aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
Commit message (Expand)AuthorAgeFilesLines
* Use -MMD -MF in tools/* rather than -Wp,-M...Keir Fraser2009-01-122-2/+6
* xentop: Fix fprintf() build failure.Keir Fraser2008-12-111-1/+1
* xentop: Fix xentop for blktapKeir Fraser2008-12-031-19/+6
* xentop: Fix display of long domain names.Keir Fraser2008-09-221-1/+1
* Fix a few typosKeir Fraser2008-08-041-1/+1
* tools: use $(PREFIX) rather than hard-coding /usrKeir Fraser2008-07-241-1/+1
* xentop: declare signal handler as staticKeir Fraser2008-07-141-1/+1
* xenstat: some cleanupsKeir Fraser2008-06-102-4/+6
* libxenstat: Fix statistics for blktap disks on linuxKeir Fraser2008-06-101-7/+19
* Fix domain names that xentop showsKeir Fraser2008-05-261-4/+12
* tools/xenstat build: Use generic subdirs rules.Keir Fraser2008-03-251-4/+1
* Add periodic fflush to xentop batch mode.Keir Fraser2008-03-181-0/+1
* tools: Compile xentop only if curses are available.Keir Fraser2008-03-041-0/+2
* Fix libxenstat on SolarisKeir Fraser2008-02-271-33/+7
* Move generation of public header hierarchy into the tools.Keir Fraser2008-01-261-1/+1
* Add MANDIR, MAN1DIR and MAN8DIR. Use it.Keir Fraser2008-01-221-6/+2
* Add SBINDIR. Use it always.Keir Fraser2008-01-221-2/+2
* xentop: build fix for *bsd.Keir Fraser2007-10-231-1/+1
* Replace sysctl.physinfo.sockets_per_node with more directly usefulKeir Fraser2007-10-191-3/+1
* xentop: Flush batch output on SIGTERM or SIGINT.Keir Fraser2007-10-021-8/+24
* Missed files in previous changeset.Keir Fraser2007-09-241-0/+97
* xenstat/xenstore: NetBSD fixes.Keir Fraser2007-09-242-3/+7
* xentop: fix abnormal value cpu(%) when domain shutdown.kfraser@localhost.localdomain2007-08-071-1/+1
* Extended the physinfo sysctl to export NUMA cpu_to_node topology info.kfraser@localhost.localdomain2007-07-061-1/+1
* xentop: Fix -b option (batch mode).kfraser@localhost.localdomain2007-06-131-19/+32
* xentop: Display blktap information.kfraser@localhost.localdomain2007-06-071-1/+8
* xenstat: Adding to scan blktap information.kfraser@localhost.localdomain2007-06-074-8/+25
* Fix stale email addresses in xenstat and xentop.kfraser@localhost.localdomain2007-05-318-20/+20
* xenstat: Remove the "vbd-%d-%d is a VBD." debugging statement.Keir Fraser2007-05-071-3/+1
* xentop: Fix memory leak.kfraser@localhost.localdomain2007-04-021-0/+2
* Fix for Solaris compile/output for VBDs in xentop.kfraser@localhost.localdomain2007-02-271-4/+12
* Implement VBD and VIF handling on Solaris for libxenstat.kfraser@localhost.localdomain2007-02-237-290/+838
* Fix xentop error return code if passed unrecognised options.kaf24@localhost.localdomain2007-01-281-2/+4
* Fix trivial bug in xentop main loop.kfraser@localhost.localdomain2007-01-121-1/+1
* [SOLARIS] Fix xentop build.kaf24@localhost.localdomain2006-12-292-2/+10
* More 'const' cleanups (and fixes, for Solaris).kaf24@firebug.cl.cam.ac.uk2006-12-231-2/+2
* Improve consistency of type-attribute usage (volatile/const).kfraser@localhost.localdomain2006-12-211-2/+2
* [XEN] Remove VGCF_hvm_guest, replace with XEN_DOMINF_hvm_guest.kfraser@localhost.localdomain2006-11-031-10/+10
* [TOOLS][XENTOP] Update usage and manpage to include vbd options.kfraser@localhost.localdomain2006-10-252-3/+6
* It's not correct to call endwin() if initscr() fails, and it crasheskfraser@localhost.localdomain2006-10-171-3/+5
* [SOLARIS] A couple of simple compile fixes for tools/ on Solaris.kfraser@localhost.localdomain2006-10-172-3/+7
* [SOLARIS] On Solaris, GCC is configured to use Sun's LD. Fix the build to usekfraser@localhost.localdomain2006-10-172-5/+5
* Clean up duplication of 'install' macros in the Makefiles.kfraser@localhost.localdomain2006-10-172-8/+0
* Replace dom0_ops hypercall with three new hypercalls:kfraser@localhost.localdomain2006-08-251-3/+3
* [XENSTAT] Ignore domains that are being created/destroyed during get_info call.kaf24@firebug.cl.cam.ac.uk2006-08-081-22/+77
* Remove unnecessary include of linux/compiler.h in libxenstat.kfraser@localhost.localdomain2006-07-261-1/+0
* [XENTOP] Fix Field attributes and width.kfraser@localhost.localdomain2006-07-051-5/+5
* Remove use of unlikely -- it's not defined on all systems.chris@kneesaa.uk.xensource.com2006-06-301-2/+2
* [XENTOP]Add VBD information.kaf24@firebug.cl.cam.ac.uk2006-06-301-2/+152
* [XENSTAT]Add VBD information structure.kaf24@firebug.cl.cam.ac.uk2006-06-302-2/+194