Displaying 20 results from an estimated 5000 matches similar to: "[PATCH 0/2][Resend] Display VBD information by xentop. ver.2"
2006 Jun 28
0
[PATCH 0/2] Display VBD information ver.2
This patch series provides the function to display VBD information through xentop.
VBD information will be possible to get through sysfs which is locale in /sys/devices/xen-backed/vbd-x-xxxx,
by previous patch.
In this patch series, libxenstat collects these information and xentop display tem.
The change from ver.1 is only libxenstat in order to handle sysfs information.
I appreciate any
2007 Jun 05
0
[PATCH][XENTOP][0/4] Display blktap statistics.
Hi.
These patches add the output function for blktap statistics into xentop.
Currently, xentop outputs only blkback statistics, and not blktap statistics.
By these patches, xentop is made cover both blkback and blktap.
In xen, back-end driver has two types; blkback and blktap.
Blkback driver is old back-end driver.
Blktap driver is new back-end driver and is recommended currently.
Usage of both
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
2006 Jun 21
0
[PATCH 0/3] ADD Virtual Block Device requests information.
This series of patches provides the function to get counts of I/O requests.
This function is useful for managing I/O resources to support workload management.
It is important to manage resources such as cpu time, physical pages and disk I/O
bandwidth for workload management.
In Xen, now, cpu and memory resources can be managed, but I/O resource can not be managed.
I think that it is necessary to
2007 Jul 30
0
[PATCH][1/4][IOMGR] I/O request Manager body
This patch provides a I/O request management framework.
This framework can control virtual block device threads at 7 places :
* deciding that virtual block devices(threads) is ether going or waiting,
* before allocating pending_request variables,
* after allocated pending_request variables,
* after allocated no pending_request variables (Namely, out of request),
* after freed
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
2010 May 19
0
[PATCH] xentop: fix sigsegv
On my system, I''m getting SIGSEGVs in xentop because xenstat_node_domain()
is returning NULL. Skip the loop if it does rather than crashing.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
diff -r 9dda78d7af3b -r 5895ad758076 tools/xenstat/libxenstat/src/xenstat_linux.c
--- a/tools/xenstat/libxenstat/src/xenstat_linux.c Tue May 18 15:38:36 2010 -0700
+++
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
2008 Jun 05
0
xentop VBD and N/w stats
Hi
Is there a place where I can get explaination for VBD and N/W related stats produced by xentop ?
Or if some one knows.. can they please reply to this email.
Thanks in advance.
-nb
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
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
+++
2006 Oct 17
0
[PATCH] Fixes for linking on Solaris
# HG changeset patch
# User john.levon@sun.com
# Date 1161090130 25200
# Node ID afeef751f9dafa771726bcfb00b29a10b0baeabd
# Parent 7147e57f18552bbb8d25155cc1c635315283ee31
On Solaris, GCC is configured to use Sun''s LD. Fix the build to use the correct
flags, and link against libsocket where necessary.
Signed-off-by: John Levon <john.levon@sun.com>
diff --git a/config/Linux.mk
2006 Jul 28
1
RE: [PATCH] Minor fix to xentop to stop it dying whendomains go away at the wrong time
Good suggestions - you are right that we only have issues when a VM is
in transition so simply removing it from the returned list should be
fine.
Turns out that this also means the collectors don''t need to return
special codes either - they are back to either working (and potentially
pruning a domain from the list) or failing completely.
Patch attached (boy, this is taking waaay more
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
2012 Oct 25
0
PVonHVM, Networking and xentop
All,
I have a domU running Ubuntu 12.04.1 LTS 64bit using PVonHVM which is working well but I noticed a quirk and just wanted to check it wasn''t just my misunderstanding. On my dom0 (Arch Linux, 64bit, AMD Phenom 2 X4 965 CPU, Xen 4.2.0 from my own PKGBUILD) I run "xl top" and xentop loads and shows all the currently running domains; only none of the domains have anything
2007 Apr 18
2
Libxenstat to be considered as stable?
Hello All,
As I''m going to write some kind of a monitoring sensor, which will use the
same information "xentop" currently provides, I would like to know if
libxenstat can be considered as stable? Will libxenstat be supported in
future versions of Xen?
Or is it rather advisable to get this information from the Xen Management
API, which maybe provide the same data?
The sensor
2013 Oct 01
1
Bug#725082: libxen-dev: missing libraries
Package: libxen-dev
Version: 4.1.4-3+deb7u1
Severity: wishlist
Dear Maintainer,
I want to make some fine monitoring of my xen machines and the xentop utility does not exactly fits my needs
I saw in the sources that it uses some kind of library named libxenstat wich seems very acurate.
This library is already built to make the xentop utility but the debian package does not makes it available as
2012 Mar 22
5
Regarding xenstat [test.c:3:24: fatal error: xenstat.h: No such file or directory]
Hi
I am using xen4.0.3 in Opensuse11.4. I need to do the monitoring of VM''s
and on that basis take the migration decision so I am trying to write my
own xentop like program. But I am facing trouble while using xenstat.h in
my C program.
test.c:3:24: fatal error: xenstat.h: No such file or directory
But my xentop is working fine. What to do in this case. How to use
libxenstat library in my
2008 Oct 31
0
[PATCH][cfq-cgroups] Interface for parameter of cfq driver data
This patch add a interface for parameter of cfq driver data.
Signed-off-by: Satoshi UCHIDA <s-uchida at ap.jp.nec.com>
---
block/cfq-cgroup.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++-
1 files changed, 58 insertions(+), 1 deletions(-)
diff --git a/block/cfq-cgroup.c b/block/cfq-cgroup.c
index 4938fa0..776874d 100644
--- a/block/cfq-cgroup.c
+++
2008 Oct 29
0
[PATCH][cfq-cgroups] Introduce cgroups structure with ioprio entry.
This patch introcude cfq_cgroup structure which is type for
group control within expanded CFQ scheduler.
In addition, the cfq_cgroup structure has "ioprio" entry which
is preference of group for I/O.
Signed-off-by: Satoshi UCHIDA <s-uchida at ap.jp.nec.com>
---
block/cfq-cgroup.c | 148 +++++++++++++++++++++++++++++++++++++++++