libvirt/tools
Adam Litke b6798b68cb Add a new command dommemstats for virDomainMemoryStats
Define a new command 'dommemstats' to report domain memory statistics.  The
output format is inspired by 'domblkstat' and 'domifstat' and consists of
tag/value pairs, one per line.  The command can complete successfully and
print no output if virDomainMemoryStats is supported by the driver, but not
the guest operating system.

Sample output:
swap_in 0
swap_out 0
major_fault 54
minor_fault 58259
unused 487680
available 502472

All stats referring to a quantity of memory (eg. all above except major and
minor faults) represent the quantity in KBytes.

* tools/virsh.c: implements the new command
2009-12-20 13:46:24 +01:00
..
.gitignore Make pki_check.sh into an installed & supported tool 2009-09-21 14:41:46 +01:00
console.c Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
console.h Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_16x16.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_32x32.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_48x48.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
libvirt_win_icon_64x64.ico Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
Makefile.am Fix build in separate build directory 2009-10-01 16:55:09 +02:00
virsh_win_icon.rc Move virsh into tools/ directory 2009-09-21 14:41:45 +01:00
virsh.c Add a new command dommemstats for virDomainMemoryStats 2009-12-20 13:46:24 +01:00
virsh.pod add virsh --suspend arg to migrate command 2009-12-11 10:00:44 +01:00
virt-pki-validate.in Fix up a few typos in the tree. 2009-09-30 14:05:24 +02:00
virt-xml-validate.in Add tool for validating XML & fix misc bugs in virsh POD docs 2009-04-19 15:10:45 +00:00