aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
Commit message (Expand)AuthorAgeFilesLines
* [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
* [XENTOP] Fix CPU percentage display in batch mode.kaf24@firebug.cl.cam.ac.uk2006-06-281-0/+1
* [XENTOP] Adds batch mode processing option (output to stdout)kaf24@firebug.cl.cam.ac.uk2006-06-282-25/+67
* [XENSTAT] Fix two realloc() usage errors in xenstat.kfraser@dhcp93.uk.xensource.com2006-06-141-9/+14
* Fix perfc array range on reset.kaf24@firebug.cl.cam.ac.uk2006-05-022-247/+0
* Move Linux-specific privcmd code into private libxc implementations.kaf24@firebug.cl.cam.ac.uk2006-05-022-22/+27
* Rename {SG}ET_XEN_GUEST_HANDLE to {sg}et_Xen_guest_handle, as theykaf24@firebug.cl.cam.ac.uk2006-04-281-1/+1
* Wrap all GUEST_HANDLEs in structures, and define SET/GET macros to access themkaf24@firebug.cl.cam.ac.uk2006-04-271-1/+1
* Remove some bogus .PHONY Makefile declarations.kaf24@firebug.cl.cam.ac.uk2006-04-111-3/+0
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-102-0/+15
* More build config changes:kaf24@firebug.cl.cam.ac.uk2006-03-105-5/+5
* Check the hypercall number in the privcmd hypercall ioctl.kaf24@firebug.cl.cam.ac.uk2006-02-101-23/+20
* update xs_transaction_t to be a plain u32 integer instead of a fake pointer.vhanquez@kneesa.uk.xensource.com2006-01-111-1/+1
* This fixes a small race between when a domain is created and when xentopkaf24@firebug.cl.cam.ac.uk2005-11-241-10/+3
* Remove unnecessary NULL checks before freeing memory blocks.kaf24@firebug.cl.cam.ac.uk2005-11-111-4/+2
* There is an error in xenstat, such that a wild pointer is beingkaf24@firebug.cl.cam.ac.uk2005-11-011-2/+1
* Free domain names in xenstat_free_node, fixing small memory leak.emellor@leeni.uk.xensource.com2005-10-301-0/+5
* Fix Jerone Young's xenstat / xenstore patch:emellor@leeni.uk.xensource.com2005-10-272-17/+1
* * Enable xenstat to use xenstorejeroney@localhost.localdomain2005-10-275-4/+65
* This patch is to make xentop able to print vcpu usage for out of orderkaf24@firebug.cl.cam.ac.uk2005-10-225-20/+36
* Plumb GETVCPUINFO dom0_op through to Python. Removekaf24@firebug.cl.cam.ac.uk2005-10-171-1/+1
* Store an opaque handle (tools uuid) in the domain structurekaf24@firebug.cl.cam.ac.uk2005-10-141-6/+5
* Fix Xen public interfaces and the tools to consistentlykaf24@firebug.cl.cam.ac.uk2005-10-121-10/+0
* Clean up sched_op() hypercall interface. One particularkaf24@firebug.cl.cam.ac.uk2005-10-041-0/+1
* Fix tools to pull public header files from standardkaf24@firebug.cl.cam.ac.uk2005-10-044-9/+5
* Cross-compilation fixes.kaf24@firebug.cl.cam.ac.uk2005-08-301-0/+4
* Update xentop to use new name for Xen version function.cl349@firebug.cl.cam.ac.uk2005-08-261-1/+1
* Changed xentop.c to include version in the summary.cl349@firebug.cl.cam.ac.uk2005-08-261-1/+3
* Bugfix: xenstat_collect_networks now returns the correct error code.cl349@firebug.cl.cam.ac.uk2005-08-261-4/+4
* Cache the Xen version in the xenstat_handle, since it should never change.cl349@firebug.cl.cam.ac.uk2005-08-262-41/+73
* Formatting fixes for xenstat and xentop.cl349@firebug.cl.cam.ac.uk2005-08-264-22/+25
* merge?cl349@firebug.cl.cam.ac.uk2005-08-231-1/+1
|\
| * Link xentop with ncurses. Distros generally do not shipkaf24@firebug.cl.cam.ac.uk2005-08-231-1/+1
* | Add xenversion supportjfisch@us.ibm.com2005-08-234-10/+96
* | Add a newline to the fscanf format string used to parse /proc/net/dev entries...josht@us.ibm.com2005-08-231-1/+1
* | Make the set_delay function use the provided parameter to set the delay, not ...josht@us.ibm.com2005-08-231-1/+1
* | Change default xentop update delay from 1 to 3 seconds.josht@us.ibm.com2005-08-232-3/+3
|/
* Minor xenstat changes from Christian Limpach.mark.williamson@cl.cam.ac.uk2005-08-192-2/+3
* Rename vm-top to xentop. Make "xm top" invoke xentop. Make libxenstat a sta...josht@us.ibm.com2005-08-176-45/+46