search for: num_vbds

Displaying 3 results from an estimated 3 matches for "num_vbds".

Did you mean: num_ids
2007 Jun 05
0
[PATCH][XENTOP][4/4] Display blktap statistics.
...c.com> diff -r 1768a89bb878 -r 1b36d6f6c7a9 tools/xenstat/xentop/xentop.c --- a/tools/xenstat/xentop/xentop.c Fri Jun 01 11:40:29 2007 +0900 +++ b/tools/xenstat/xentop/xentop.c Fri Jun 01 11:42:29 2007 +0900 @@ -913,6 +913,12 @@ void do_vbd(xenstat_domain *domain) xenstat_vbd *vbd; unsigned num_vbds = 0; + const char *vbd_type[] = { + "Unidentified", /* number 0 */ + "BlkBack", /* number 1 */ + "BlkTap", /* number 2 */ + }; + num_vbds = xenstat_domain_num_vbds(domain); for (i=0 ; i< num_vbds; i++) { @@ -927,7 +933,8 @@...
2007 Feb 26
0
[PATCH] Fix for Solaris compile/output for VBDs in xentop
...is 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 +++ b/tools/xenstat/xentop/xentop.c @@ -918,11 +918,19 @@ void do_vbd(xenstat_domain *domain) num_vbds = xenstat_domain_num_vbds(domain); for (i=0 ; i< num_vbds; i++) { + char details[20]; + vbd = xenstat_domain_vbd(domain,i); - - print("VBD %4d [%2x:%2x] OO: %8llu RD: %8llu WR: %8llu\n", - xenstat_vbd_dev(vbd), - MAJOR(xenstat_vbd_dev(vbd)), MINOR(xensta...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *