X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=virt-top%2Fvirt-top.pod;fp=virt-top%2Fvirt-top.pod;h=0000000000000000000000000000000000000000;hb=b7c3ef13cbd9c9cd49005a32ffb70faf6f5bbe8c;hp=4d8160873db93f0b7b9e3ca8cc40839466d91f4d;hpb=4a2d0ccd91f07d0a2009e8553a29fcf4cf752ba3;p=virt-top.git diff --git a/virt-top/virt-top.pod b/virt-top/virt-top.pod deleted file mode 100755 index 4d81608..0000000 --- a/virt-top/virt-top.pod +++ /dev/null @@ -1,633 +0,0 @@ -=head1 NAME - -virt-top - 'top'-like utility for virtualization stats - -=head1 SUMMARY - -virt-top [-options] - -=head1 DESCRIPTION - -virt-top is a L-like utility for showing stats of virtualized -domains. Many keys and command line options are the same as for -ordinary I. - -It uses libvirt so it is capable of showing stats across a variety of -different virtualization systems. - -=head1 OPTIONS - -=over 4 - -=item B<-1> - -Display physical CPUs by default (instead of domains). - -Under each domain column, two numbers are shown. The first is -the percentage of the physical CPU used by the domain and the -hypervisor together. The second is the percentage used by just -the domain. - -When virt-top is running, use the I<1> key to toggle -between physical CPUs and domains display. - -=item B<-2> - -Display network interfaces by default (instead of domains). -When virt-top is running, use the I<2> key to toggle -between network interfaces and domains display. - -=item B<-3> - -Display block devices (virtual disks) by default (instead of domains). -When virt-top is running, use the I<3> key to toggle -between block devices and domains display. - -=item B<-b> - -Batch mode. In this mode keypresses are ignored. - -=item B<-c uri> or B<--connect uri> - -Connect to the libvirt URI given. - -To connect to QEMU/KVM you would normally do I<-c qemu:///system> - -To connect to Xen on the same host, do I<-c xen:///> - -To connect to libvirtd on a remote machine you would normally do -I<-c qemu://host/system> - -If this option is not given then virt-top connects by default -to whatever is the default hypervisor for libvirt, although -this can be overridden by setting environment variables. - -See the libvirt documentation at L -for further information. - -=item B<-d delay> - -Set the delay between screen updates in seconds. -The default is 3.0 seconds. You can change this -while virt-top is running by pressing either I or I key. - -=item B<-n iterations> - -Set the number of iterations to run. The default -is to run continuously. - -=item B<-o sort> - -Set the sort order to one of: -B (sort by %CPU used), -B (sort by total memory), -B