X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-top%2Fvirt-top.pod;h=a70835787f186d066d2a5583212fc71041977e5d;hp=3ec0dacfae90056730e823e919d645d79832bd1e;hb=02f659ab60024d194977a58795232398350eec13;hpb=b2c4dbaf7a3f9da9e4236fc46cf72b0ef4ee300d diff --git a/virt-top/virt-top.pod b/virt-top/virt-top.pod index 3ec0dac..a708357 100644 --- a/virt-top/virt-top.pod +++ b/virt-top/virt-top.pod @@ -99,6 +99,29 @@ Not every version of virt-top supports CSV output - it depends how the program was compiled (see I file in the source distribution for details). +To save space you can compress your CSV files (if your shell supports +this feature, eg. I): + + virt-top --csv >(gzip -9 > output.csv.gz) + +You can use a similar trick to split the CSV file up. In this example +the CSV file is split every 1000 lines into files called +I, I etc. + + virt-top --csv >(split -d -l 1000 - output.csv.) + +=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. @@ -117,6 +140,50 @@ I<$HOME/.virt-toprc>. See also INIT FILE below. Do not read any init file. +=item B<--script> + +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<--end-time time> + +The program will exit at the I