search for: xenmon

Displaying 20 results from an estimated 46 matches for "xenmon".

Did you mean: genmon
2005 Oct 20
0
XenMon Patch
Attached is the second release of XenMon, which is a unique performance monitoring tool for Xen. Instead of using hypervisor calls to get domain information, we use the xentrace facility to provide fine-grained monitoring of various metrics (see README below). We have written up a small case study that demonstrates the usefulness of...
2006 Mar 06
0
[patch] xenmon.py: add next/previous bindings to curses mode
Cycling around many CPUs in XenMon''s curses mode can get cumbersome. This trivial patch adds bindings to move to the previous CPU. The next/previous binding seems more natural to me than the earlier cycle binding, but we can keep them all for now. # HG changeset patch # Node ID 146b5c76086c07fad61bea7ccf60f2f4fd66abbd # Pa...
2006 Apr 02
3
RPC interface for xenmon
Hi, I read about RPC interface for xenmon in this presentation: www.xensource.com/files/xs0106_xenmon_brief.pdf Has such interface been implemented yet by anyone? Thanks, -- Jayesh ------------------------------------------------------------------------ Everything you can imagine is real _______________________________________________...
2006 Sep 05
1
[PATCH] xenmon: --ms_per_sample: check a negative value
Hi, This patch adds the argument check of "--ms_per_sample=" option. For "--ms_per_sample=", a negative value should be invalid. e.g. % xenmon.py -n --ms_per_sample=-1 usage: xenmon.py [options] xenmon.py: error: option --ms_per_sample: invalid negative value: ''-1'' Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> -- KUWAMURA Shin''ya _______________________________________________...
2006 Jul 04
4
[PATCH] xenmon: remove magic number "31" (the idle domain)
Hi, This patch removes the magic number "31" for readability. The number "31" means the idle domain ID. In detail: - display the idle domain ID with "Idle" instead of "31" - write to the file "log-idle.log" instead of "log-dom31.log". Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com> Thanks, -- KUWAMURA
2006 Mar 30
1
xenmon stats
Hi, Can someone clarify for me the numbers that show up in Xenmon? Specifically, I''m curious about the "domain31" entry which always shows up. It looks like this represents the free resources. Also, does anyone know what would happen if more than 30 domain0''s were started (or more likely, I did enough migrations to raise the next dom...
2007 Jan 14
1
Bug#406863: xenmon.py isn't in the execution search path
Package: xen-utils-3.0.3-1 Version: 3.0.3-0-2 For some reason, xenmon.py is not in the search path - maybe an issue of the wrapper used by the xen Debian packages seems to be only a link to the wrapper is missing the program exists in the package xen-utils-3.0.3-0-2 and the follwoing make it work: ln -s ../lib/xen-common/bin/xen-utils-wrapper /usr/sbin/xenmon.py ln...
2009 Jun 04
0
Measuring performance using Xenmon
Hi, I am using Xenmon to measure performance of Credit and SEDF schedulers. But as you know, the metrics displayed by xenmon keep refreshing on the screen. When I tried redirecting the xenmon output, I am seeing the attached file. Is there any better way to record results which I can use to draw graphs? Please guide.....
2009 Jun 04
0
Measuring performance using Xenmon
Hi, I am using Xenmon to measure performance of Credit and SEDF schedulers. But as you know, the metrics displayed by xenmon keep refreshing on the screen. When I tried redirecting the xenmon output, I am seeing the attached file. Is there any better way to record results which I can use to draw graphs? Please guide.....
2007 Nov 28
1
Monitoring domUs with xenmon and cacti
Hi list, I''m working on monitoring CPUs usage per domU, I/O.... using xenmon parsing its output and finally polling the results with cacti. Any advices? If all works OK I will post my work to the list. Thanks, Marc _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2009 May 08
1
Performance measurement using Xenmon
...ance of Credit scheduler with SEDF scheduler. Also, is it possible to get the sequence in which the VMs are scheduled? Please provide your suggestions and guidelines as to how I can go about running different I/O intensive applications as well as computation intensive applications on them, and use xenmon to evaluate their performance. Thanks & regards Ananth _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2006 Mar 10
1
XenMon''s first reading
In XenMon''s file appending mode, a lot of times I''ll get a strange first data point, e.g., the cpu% for dom0 will be 99.9 but the rest of the readings will be 19-21 which are sane for the run. I''ve been throwing the data point out, but was curious about it. Is it unavoidable? T...
2009 May 08
1
Performance measurement using Xenmon
...ance of Credit scheduler with SEDF scheduler. Also, is it possible to get the sequence in which the VMs are scheduled? Please provide your suggestions and guidelines as to how I can go about running different I/O intensive applications as well as computation intensive applications on them, and use xenmon to evaluate their performance. Thanks & regards Ananth _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Oct 23
0
Bug#447795: xen-utils-3.0.3-1: [CVE-2007-3919] xenmon.py / xenbaked insecure file accesss
...ersion: 3.0.3-0-3 Severity: grave Tags: security Justification: user security hole Xen versions 3.x, and 3.1 contain a tool for processing Xen trace buffer information. This tool uses the static file /tmp/xenq-shm insecurely allowing a local user to truncate any local file when xenbaked or xenmon.py are invoked by root. Sample session: # setup. skx at vain:~$ ln -s /etc/passwd /tmp/xenq-shm # later. skx at vain:~$ sudo xenbaked # all gone. :( skx at vain:~$ ls -l /etc/passwd -rw-r--r-- 1 0 root 327680 2007-10-17 00:14 /etc/passwd This flaw is known as...
2006 Jan 07
16
xen usage monitoring (munin plugin)
Dear list, as my Xen3 server is finaly becomming ready for production I was wondering if anyone has written a xen usage monitoring/logging tool? Something like xm top, but with continuose logging to a (rr)database. Or a munin plugin? I can''t remember seeing anything simmilar on the list. BTW: where does xm top get the NETTX(k) and NETRX(k) from? For a munin plugin I''d
2010 Aug 13
0
CPU monitoring & CPU cycles
...Hypervisor I installed a Xen (3.3.0) on an Ubuntu 8.04 to test some things and get more familiar with Xen regarding accounting. I have two questions: 1. CPU monitoring +++++++++++++++++ I have discovered something strange regarding CPU usage monitoring. I found a CPU monitoring tool called "xenmon.py". I have to explain my problem with the help of a screenshot. On top left side on "screenshot.png" you can see that Dom0 is pinned to CPU 0 and my two VMs are pinned to CPU 1. (Both VMs use also Ubuntu 8.04). Also you can see that vm2 and vm3 have each a cap of 40%. On the lef...
2006 Jul 31
1
[PATCH 5/6] xen, tools: calculate nr_cpus via num_online_cpus
...ny IA64 testing with this patch applied. -- Ryan Harper Software Engineer; Linux Technology Center IBM Corp., Austin, Tx (512) 838-9253 T/L: 678-9253 ryanh@us.ibm.com diffstat output: tools/python/xen/lowlevel/xc/xc.c | 3 ++- tools/python/xen/xend/XendNode.py | 4 ---- tools/xenmon/xenbaked.c | 5 +---- tools/xenstat/libxenstat/src/xenstat.c | 4 +--- tools/xentrace/xentrace.c | 5 +---- xen/arch/ia64/xen/dom0_ops.c | 1 + xen/arch/x86/dom0_ops.c | 2 +- xen/include/public/dom0_ops.h | 1 + 8 file...
2006 May 12
0
[PATCH]fix xentrace
...is based on the specification of the trace buffer control function trace.c/tb_control(). The function checks the trace buffer is initialized or not in line 183. If not, this routine stops working. Of course, this problem is also solved by using tbctl [0|1]. But this problem is already solved by xenmon.py without using tbctl command. This code is just moved from tools/xenmon/xenbaked.c(get_tbuf and misc settings) I hope these two tools (xenmon.py and xentrace) share the functions. Signed-off-by: Atsushi SAKAI <sakaia@jp.fujitsu.com> Thanks, A.Sakai ________________________...
2006 Aug 14
0
[PATCH] remove another xc_dom0_op() user
...r john.levon@sun.com # Date 1155596263 -3600 # Node ID dc12f0942649ee27ff2aec3e3d9c2d99746b9e58 # Parent 09bc238664cb7b6d0f960f5e135ac80a75b342f1 Remove another external-to-libxc user of xc_dom0_op(). Signed-off-by: John Levon <john.levon@sun.com> diff -r 09bc238664cb -r dc12f0942649 tools/xenmon/xenbaked.c --- a/tools/xenmon/xenbaked.c Mon Aug 14 15:40:36 2006 +0100 +++ b/tools/xenmon/xenbaked.c Mon Aug 14 23:57:43 2006 +0100 @@ -444,14 +444,11 @@ struct t_rec **init_rec_ptrs(struct t_bu */ unsigned int get_num_cpus(void) { - dom0_op_t op; + xc_physinfo_t physinfo; int xc_ha...
2005 Oct 25
5
unconditionally enable the trace buffer
...was .069%, and was gotten by timing a simple cpu-intensive task running with trace buffers compiled in and again with trace buffers not compiled in. It''s important for us to have the trace buffer functionality totally enabled by default, so we can depend on its availability for running XenMon without requiring recompiling and rebooting. Thanks, Rob Gardner (HP) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel