X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-top%2Fvirt-top.pod;h=283185d9cfd3c6336d991322f8eae73243f3ff57;hp=fe8ba914ed64a4b9272c9b6629891ad614c63ea8;hb=10d17d2a88b041b111a72a760caa1c0571bfac92;hpb=a8b837d5018c488a130fcbea425904817a862210 diff --git a/virt-top/virt-top.pod b/virt-top/virt-top.pod old mode 100644 new mode 100755 index fe8ba91..283185d --- a/virt-top/virt-top.pod +++ b/virt-top/virt-top.pod @@ -46,6 +46,14 @@ Batch mode. In this mode keypresses are ignored. Connect to URI given. The default is to connect to the Xen hypervisor. +To connect to QEMU/KVM you would normally do I<-c qemu:///system> + +To connect to libvirtd on a remote machine you would normally do +I<-c xen://host/> + +Full details on connection URIs is available at +L + =item B<-d delay> Set the delay between screen updates in seconds. @@ -99,6 +107,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. @@ -108,10 +139,67 @@ To send error messages to syslog you can do: See also REPORTING BUGS below. +=item B<--init-file filename> + +Read I as the init file instead of the default which is +I<$HOME/.virt-toprc>. See also INIT FILE below. + +=item B<--no-init-file> + +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