summaryrefslogtreecommitdiffstats
path: root/virt-top/virt-top.pod
diff options
context:
space:
mode:
authorKAMEZAWA Hiroyuki <kamezawa@bluextal.(none)>2011-02-16 05:04:42 +0900
committerRichard W.M. Jones <rjones@redhat.com>2011-03-07 18:01:05 +0000
commit5fa5553c047155cf99fca9940cecdbc64c93acaf (patch)
treeb6221865db80811117b54d1101bf797dcb7735e5 /virt-top/virt-top.pod
parent756b7b3faccdab8234b9f11126b147121532a24c (diff)
downloadvirt-top-5fa5553c047155cf99fca9940cecdbc64c93acaf.tar.gz
virt-top-5fa5553c047155cf99fca9940cecdbc64c93acaf.tar.xz
virt-top-5fa5553c047155cf99fca9940cecdbc64c93acaf.zip
add memory stats to --csv mode.
In csv mode, memory usage in kbytes and %mem against total system memory is shown. Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Diffstat (limited to 'virt-top/virt-top.pod')
-rwxr-xr-xvirt-top/virt-top.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/virt-top/virt-top.pod b/virt-top/virt-top.pod
index 3a955ac..d479b63 100755
--- a/virt-top/virt-top.pod
+++ b/virt-top/virt-top.pod
@@ -122,6 +122,10 @@ I<output.csv.00>, I<output.csv.01> etc.
Disable domain CPU stats in CSV output.
+=item B<--no-csv-mem>
+
+Disable domain memory stats in CSV output.
+
=item B<--no-csv-block>
Disable domain block device stats in CSV output.
@@ -346,6 +350,10 @@ Enables CSV output to the named file.
Enable or disable domain CPU stats in CSV output.
+=item B<csv-mem> I<true|false>
+
+Enable or disable domain memory stats in CSV output.
+
=item B<csv-block> I<true|false>
Enable or disable domain block device stats in CSV output.