Displaying 20 results from an estimated 5000 matches similar to: "xentop batch mode"
2007 Oct 02
3
[PATCH] SIGTERM and SIGINT handler to flush xentop -b outputs
# HG changeset patch
# User inakoshi.hiroya@jp.fujitsu.com
# Date 1191287395 -28800
# Node ID 5543e74774a826b1781893982ed5052312b820fc
# Parent 83239b2890723e0c06bad507bb273a970784b18e
Flush stdout when xentop -b gets SIGINT and SIGTERM.
It is useful when you stop xentop -b by keyboard interrupt or by other
programs such as killall from a batch script.
You would have missed the bottom part of
2005 Sep 08
1
xentop CPU% wrong?
Hello,
I noticed that the CPU% reported by xentop appears to be too high. With
dom0 idle xentop is reporting between 14-17% CPU utilization while at
the same time top in dom0 is reporting 1-4% CPU utilization. I see that
the TODO for xentop includes a task to make CPU% more accurate but
looking at the code for xentop and libxenstat I''m not sure how to go
about this. Assuming the CPU
2013 Oct 17
2
xentop vbd output
Hi all,
Now I use xentop to get disk statistical information.
NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k) VBDS VBD_OO VBD_RD VBD_WR VBD_RSECT VBD_WSECT SSID
Domain-0 -----r 96233 0.7 3902464 23.3 no limit n/a 12 0 0 0 0 0 0 0 0 0 0
slave3
2007 Feb 02
1
Bug#409355: xen-utils-common: please make width of hostname column in xentop wider
Package: xen-utils-common
Version: 3.0.3-0-2
Severity: wishlist
Tags: patch
Currently when hostnames are wider than 10 chars, the xentop output is messed up.
Please add the following patch to support up to 20 chars, or better yet, allow the
columns to auto size :)
#! /bin/sh /usr/share/dpatch/dpatch-run
## xentop-name-width.dpatch by <apeeters@lashout.net>
##
## All lines beginning with
2008 Mar 14
0
[PATCH] Add periodic fflush to xentop batch mode.
Add periodic fflush to xentop(batch mode).
If you want to make monitor tool using the following command,
you can not get output every some seconds.
xentop -b -d 1 > xentop.log
(above tool use tail command to get periodic data from xentop.log)
This patch is useful when you get
xentop output(batch mode) periodicaly using pipe.
Best Regards,
Yusuke Kaneki
----
*** old/xentop.c
2006 Nov 01
1
iteration option for xentop?
Hello to all,
Does anyone know if there is an iteration option planned for xentop
(similar to top) to make it easier for simple shell scripts to scrape
the output?
I don''t see one in tools/xenstat/xentop/xentop.c , but I''ve been meaning
to play with stuff in libxenstat anyway. If its going to be added soon
I''ll tinker much later than sooner.
TIA :)
Best,
-Tim
2013 Oct 15
2
xentop output
Hi all,
On xen platform, the output of xentop tool is like this:
NAME STATE CPU(sec) CPU(%) MEM(k) MEM(%) MAXMEM(k) MAXMEM(%) VCPUS NETS NETTX(k) NETRX(k)VBDS VBD_OO VBD_RD VBD_WR VBD_RSECT VBD_WSECT SSID
Domain-0 -----r 96025 0.0 3902464 23.3 no limit n/a 12 0 0 0 0 0 0 0 0 0 0
slave3
2009 May 09
3
Nagios Monitoring with xentop
I am creating some custom nagios plugins and I am scraping data from
xen using the nagios command:
/usr/sbin/xentop -b -i 2 -d1
I am trying to get the network tx / rx data, however I think I am
missing something here.
NETTX(k) NETRX(k)
So total network bandwidth is 1048576 k if the above header from xentop is true.
So I am wondering why the output for each vm exceeds the theoretical
max, Is
2011 Aug 30
1
Why the data got from "top" and "xentop" are different?
Hi All,
I''m a beginner in Xen. Recently I''ve configured one VM (vm03) hosted in my
physical machine. I ran the "netperf" workload in the vm01, and used the
"top" command in the vm03 to test the behavior of the running workload.
Meanwhile, I also used the "xentop" command in domain0 to see the resource
consumption in vm03. Interestingly, I found that
2006 Apr 26
1
Is there a multi-processor version of Xentop ?
Hi,
Can someone please tell me if there is a multiprocessor version of xentop
available or in the making ?
I notice that the current xentop does not give any information per physical
cpu on a multiprocessor machine.
Thanks and regards
Arjun
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2006 Oct 25
3
[REQEST] about xentop -b
xentop "-b"
options are duplicateded(--batch and --vbds).
from xen-unstable 10623
Please fix it.
http://xenbits.xensource.com/xen-unstable.hg?cs=856caf975abd
Thanks,
Atsushi SAKAI
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2009 Jul 14
11
Lenny DomU Crash!
Hi all,
i have a CentoOS based Xen Dom0 running gitco xen3.3.1. I''m experiencing
problems with debian Lenny FV domU. After some days of perfect working the
VM start to consume all cpu and than i can only connect via ssh to VM and
nothing work, neither the "top" command!
Any idea?
Thanks a lot and regards,
Francesco
2009 May 21
1
Xentop and hvm?
Does xentop show network and disk stats from hvm guests? Mine are always
showing up with 0.
Thanks
Tom
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2008 Oct 17
1
top result different with xentop
Hello,
I found the result of "xentop" differented with the result of "top", I think this may be the "top" can not monitor the load of xen hypervisor, how can I get the load of xen hypervisor, thanks!
2008-10-17
xdongp
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Jun 25
1
different core number in "top" and "xentop"
Hi everyone,
How many cores should show on command “top”?
We have a 24 cores machine with XCP, we can see 24 cores show on XenCenter and xentop,
But when use “top” and “cat /proc/cupinfo”, it only show 4 cores,
Is this right?
-----------------------------------------------------------------------
黃獻輝(Hunag Hsien Hui)
中華電信研究所網路維運研究室
TEL: 03-4244997
Mobile: 0928-752495
2010 Mar 14
6
xm mem-set Domain-0 box went poof
On a fresh reboot
free:
total used free shared buffers cached
Mem: 3371340 448156 2923184 0 5328 77840
----------
top:
Mem: 3371340k total, 449044k used, 2922296k free, 5344k buffers
----------
xentop - 01:44:00 Xen 3.4.3-rc4-pre
1 domains: 1 running, 0 blocked, 0 paused, 0 crashed, 0 dying, 0 shutdown
Mem: 4160828k total, 4022996k used, 137832k free CPUs: 4
2009 Jul 06
8
[PATCH] Fix xentop on pv-ops domain0
Xentop encounters error in pv-ops domain0, because the VBD path in sysfs changes to "/sys/devices"
Also delete the macro in xenstat_netbsd.c, because it is not used.
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Best Regards,
-- Dongxiao
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2010 Oct 22
0
[PATCH] tools/xenstat/xentop/xentop.c -- fix xentop so it returns the correct exit code on invalid argument
This patch fixes the problem with xentop where it returns an exit code
of 0 when passing it invalid options when it should return 1. The issue
comes from getopt() returning ''?'' and the case from switch matching it.
The solution was to remove the case ''?'' so that the default match
could be triggered.
Quote from `man 3 getopt`
"If getopt() does not
2007 Feb 26
0
[PATCH] Fix for Solaris compile/output for VBDs in xentop
# HG changeset patch
# User john.levon@sun.com
# Date 1172534164 28800
# Node ID 37fce3c0c10baee370ecc39b6a50fed8b232bd69
# Parent 4998793aa87729fbe8a582faa3a22c9ecfefe13c
Fix for Solaris compile/output for VBDs in xentop.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/tools/xenstat/xentop/xentop.c b/tools/xenstat/xentop/xentop.c
--- a/tools/xenstat/xentop/xentop.c
+++
2007 Jun 05
0
[PATCH][XENTOP][4/4] Display blktap statistics.
This patch make xentop output statistics about both blkback and blktap.
And, xentop also display back-end driver type in detail view mode.
# HG changeset patch
# User s-uchida@ap.jp.nec.com
# Date 1180665749 -32400
# Node ID 1b36d6f6c7a98728382de93ee23c8c97b0b95dbd
# Parent 1768a89bb87824249827d935d7803d8193bdeb05
XENTOP: Displaying blktap information.
Signed-off-by: Satoshi UCHIDA