aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat
Commit message (Collapse)AuthorAgeFilesLines
* Clean up sched_op() hypercall interface. One particularkaf24@firebug.cl.cam.ac.uk2005-10-041-0/+1
| | | | | | | | | | change to watch out for is that the suspend record, on save/restore, is now passed via register %edx not %esi (both i386 and x86/64). Signed-off-by: Keir Fraser <keir@xensource.com>
* Fix tools to pull public header files from standardkaf24@firebug.cl.cam.ac.uk2005-10-044-9/+5
| | | | | | | | | | location in libxc directory. Not direct from xen and xenlinux build trees! Also fix a type name in x86_emulator test harness. Signed-off-by: Keir Fraser <keir@xensource.com>
* Cross-compilation fixes.kaf24@firebug.cl.cam.ac.uk2005-08-301-0/+4
| | | | | Signed-off-by: Michal Ostrowski <mostrows@watson.ibm.com>
* Update xentop to use new name for Xen version function.cl349@firebug.cl.cam.ac.uk2005-08-261-1/+1
| | | | | | Signed-off-by: Josh Triplett <josht@us.ibm.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* Changed xentop.c to include version in the summary.cl349@firebug.cl.cam.ac.uk2005-08-261-1/+3
| | | | | | Signed-off-by: Judy Fischbach <jfisch@us.ibm.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* Bugfix: xenstat_collect_networks now returns the correct error code.cl349@firebug.cl.cam.ac.uk2005-08-261-4/+4
| | | | | | Signed-off-by: Josh Triplett <josht@us.ibm.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* Cache the Xen version in the xenstat_handle, since it should never change.cl349@firebug.cl.cam.ac.uk2005-08-262-41/+73
| | | | | | | | | | Use a collector and new flag for Xen version information, to avoid the extra hypercall if the caller does not want the information. Reference the xenstat_handle in the xenstat_node for ease of access later, and update collectors accordingly. Signed-off-by: Josh Triplett <josht@us.ibm.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* Formatting fixes for xenstat and xentop.cl349@firebug.cl.cam.ac.uk2005-08-264-22/+25
| | | | | | Signed-off-by: Josh Triplett <josht@us.ibm.com> Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
* 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
| | | | | | | | | | with basic curses.
* | Add xenversion supportjfisch@us.ibm.com2005-08-234-10/+96
| |
* | Add a newline to the fscanf format string used to parse /proc/net/dev ↵josht@us.ibm.com2005-08-231-1/+1
| | | | | | | | entries, to avoid an additional read and bad-entry-skip just to eat the newline.
* | Make the set_delay function use the provided parameter to set the delay, not ↵josht@us.ibm.com2005-08-231-1/+1
| | | | | | | | the global prompt_val.
* | 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 ↵josht@us.ibm.com2005-08-176-45/+46
| | | | | | | | | | | | static library, and do not install it. # HG changeset patch # User josht@us.ibm.com # Node ID ea025493dfe39540075ee9e4e75b2146f25bdbd3 # Parent ce557cc4fdc764ac2ce07b8d4bcae77ecf847c29 Rename vm-top to xentop. Make "xm top" invoke xentop. Make libxenstat a static library, and do not install it.
* Add placeholder files to avoid removal of the ↵josht@us.ibm.com2005-08-152-0/+2
| | | | tools/xenstat/libxenstat/bindings/swig/{perl,python} output directories.
* Make vm-top and the xenstat perl and python bindings conditional based on ↵josht@us.ibm.com2005-08-132-26/+36
| | | | configuration variables from Config.mk, rather than disabling them if the needed headers are not found.
* Add xenstat framework.josht@us.ibm.com2005-08-1212-0/+2664
# HG changeset patch # User josht@us.ibm.com # Node ID d39cf132a00a91e65c0ad4640c5bd17f722788b7 # Parent 822566f5cfddce3b641b5a1a119dfd592ec69158 Add xenstat framework.