From 1998014dafda52019e5151dc6c4c75b3b5dad7aa Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Example connection URIs in virt-top manpage (bug 390691). https://bugzilla.redhat.com/show_bug.cgi?id=390681 --- virt-top/virt-top.1 | 10 +++++++++- virt-top/virt-top.pod | 8 ++++++++ virt-top/virt-top.txt | 8 ++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/virt-top/virt-top.1 b/virt-top/virt-top.1 index cf33621..0c3a4a7 100644 --- a/virt-top/virt-top.1 +++ b/virt-top/virt-top.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "VIRT-TOP 1" -.TH VIRT-TOP 1 "2007-10-19" "ocaml-libvirt-0.3.3.0" "Virtualization Support" +.TH VIRT-TOP 1 "2007-11-19" "ocaml-libvirt-0.3.3.3" "Virtualization Support" .SH "NAME" virt\-top \- 'top'\-like utility for virtualization stats .SH "SUMMARY" @@ -167,6 +167,14 @@ Batch mode. In this mode keypresses are ignored. .IX Item "-c uri or --connect uri" Connect to \s-1URI\s0 given. The default is to connect to the Xen hypervisor. +.Sp +To connect to \s-1QEMU/KVM\s0 you would normally do \fI\-c qemu:///system\fR +.Sp +To connect to libvirtd on a remote machine you would normally do +\&\fI\-c xen://host/\fR +.Sp +Full details on connection URIs is available at + .IP "\fB\-d delay\fR" 4 .IX Item "-d delay" Set the delay between screen updates in seconds. diff --git a/virt-top/virt-top.pod b/virt-top/virt-top.pod index a708357..6ad3ff4 100644 --- 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. diff --git a/virt-top/virt-top.txt b/virt-top/virt-top.txt index 5480548..c720939 100644 --- a/virt-top/virt-top.txt +++ b/virt-top/virt-top.txt @@ -31,6 +31,14 @@ OPTIONS Connect to URI given. The default is to connect to the Xen hypervisor. + To connect to QEMU/KVM you would normally do *-c qemu:///system* + + To connect to libvirtd on a remote machine you would normally do *-c + xen://host/* + + Full details on connection URIs is available at + + -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 -- 1.8.3.1