[virt-tools-list] [PATCH 3/3] virt-top stream mode: documentation

KAMEZAWA Hiroyuki kamezawa.hiroyu at jp.fujitsu.com
Wed Jan 26 04:52:34 UTC 2011


Fix up for --stream documenation.

Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu at jp.fujitsu.com>
---
 virt-top/virt-top.pod |    5 +++++
 virt-top/virt-top.txt |    4 ++++
 2 files changed, 9 insertions(+)

Index: virt-top-1.0.5x/virt-top/virt-top.pod
===================================================================
--- virt-top-1.0.5x.orig/virt-top/virt-top.pod
+++ virt-top-1.0.5x/virt-top/virt-top.pod
@@ -153,6 +153,11 @@ Do not read any init file.
 Script mode.  There will be no user interface.  This is most useful
 when used together with the I<--csv> and I<-n> options.
 
+=item B<--stream>
+
+Stream mode. All output will be dumped out to stdout. This will be
+useful when used in shell script etc. There will be no user interface.
+
 =item B<--end-time time>
 
 The program will exit at the I<time> given.
Index: virt-top-1.0.5x/virt-top/virt-top.txt
===================================================================
--- virt-top-1.0.5x.orig/virt-top/virt-top.txt
+++ virt-top-1.0.5x/virt-top/virt-top.txt
@@ -119,6 +119,10 @@ OPTIONS
         Script mode. There will be no user interface. This is most useful
         when used together with the *--csv* and *-n* options.
 
+    --stream
+        Stream mode. All outputs will be dumped out to stdout. This is useful
+        when used in shell script, etc. There will be no user interface.
+
     --end-time time
         The program will exit at the *time* given.
 




More information about the virt-tools-list mailing list