Document for stream mode. Changelog: - removed garbage. - added "init file" description.
Signed-off-by: KAMEZAWA Hiroyuki <[email protected]> --- virt-top/virt-top.pod | 9 +++++++++ 1 file changed, 9 insertions(+) Index: virt-top-1.0.5/virt-top/virt-top.pod =================================================================== --- virt-top-1.0.5.orig/virt-top/virt-top.pod +++ virt-top-1.0.5/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. @@ -353,6 +358,10 @@ Sets secure mode. Sets script mode. +=item B<stream> I<true|false> + +Sets stream mode. + =item B<end-time> I<time> Set the time at which the program exits. See above for the _______________________________________________ virt-tools-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-tools-list
