summaryrefslogtreecommitdiffstats
path: root/virt-top/virt-top.pod
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-10-17 14:41:12 +0100
committerRichard W.M. Jones <rjones@redhat.com>2007-10-17 14:41:12 +0100
commit002d9558cf5986f14c475054b19da31713b7c8b3 (patch)
tree9b8ec97807d62b321ca4144c05b86c7030fd73ef /virt-top/virt-top.pod
parent0c95373366ea74edfe4e4ab02214fa42e6202c27 (diff)
downloadvirt-top-002d9558cf5986f14c475054b19da31713b7c8b3.tar.gz
virt-top-002d9558cf5986f14c475054b19da31713b7c8b3.tar.xz
virt-top-002d9558cf5986f14c475054b19da31713b7c8b3.zip
Add the flags for enabling/disabling CPU, block and net stats.
Diffstat (limited to 'virt-top/virt-top.pod')
-rw-r--r--virt-top/virt-top.pod24
1 files changed, 24 insertions, 0 deletions
diff --git a/virt-top/virt-top.pod b/virt-top/virt-top.pod
index a888d89..9ff956b 100644
--- a/virt-top/virt-top.pod
+++ b/virt-top/virt-top.pod
@@ -99,6 +99,18 @@ Not every version of virt-top supports CSV output - it depends how the
program was compiled (see I<README> file in the source distribution
for details).
+=item B<--no-csv-cpu>
+
+Disable domain CPU stats in CSV output.
+
+=item B<--no-csv-block>
+
+Disable domain block device stats in CSV output.
+
+=item B<--no-csv-net>
+
+Disable domain network interface stats in CSV output.
+
=item B<--debug filename>
Send debug and error messages to I<filename>.
@@ -254,6 +266,18 @@ Sets the default filename to use for debug and error messages.
Enables CSV output to the named file.
+=item B<csv-cpu> I<true|false>
+
+Enable or disable domain CPU stats in CSV output.
+
+=item B<csv-block> I<true|false>
+
+Enable or disable domain block device stats in CSV output.
+
+=item B<csv-net> I<true|false>
+
+Enable or disable domain network interface stats in CSV output.
+
=item B<batch> I<true|false>
Sets batch mode.