X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=virt-mem.1;h=eb35098da462ae9923983c9bcd2030822474eb12;hp=6ae22bd16ab260bcf0da4633feb003768fae4be1;hb=06b518ff4c3e74d9025a5a7b19c90527e5697a0e;hpb=e4a9a58795f30b85fd965e6584ca73d7b0a812f8 diff --git a/virt-mem.1 b/virt-mem.1 index 6ae22bd..eb35098 100644 --- a/virt-mem.1 +++ b/virt-mem.1 @@ -148,6 +148,18 @@ The tools all use libvirt so are capable of showing stats across a variety of different virtualization systems. .SH "COMMON OPTIONS" .IX Header "COMMON OPTIONS" +Each command obeys a common set of options. The general form is: +.PP +virt\-\fIprogram\fR [\-options] [domains...] +.PP +where \fIdomains\fR is a list of guest names to act on. If no domains +are specified then we act on all active domains by default. +.PP +A \fIdomain\fR may be specified either by its name or by its \s-1ID\s0. Use +\&\fIvirsh list\fR to get a list of active domain names and IDs. +.PP +The virt-mem tools do not work on domains which are not active +(running or paused). eg. They do not work on shut down domains. .IP "\fB\-c uri\fR, \fB\-\-connect uri\fR" 4 .IX Item "-c uri, --connect uri" Connect to libvirt \s-1URI\s0. The default is to connect to the default @@ -253,7 +265,8 @@ The current code tries hard to be secure against malicious guests, for example guests which set up malicious kernel memory. .SH "SEE ALSO" .IX Header "SEE ALSO" -\&\fIuname\fR\|(1),\fIdmesg\fR\|(1), +\&\fIuname\fR\|(1), +\&\fIdmesg\fR\|(1), \&\fIvirsh\fR\|(1), \&\fIxm\fR\|(1), , @@ -296,9 +309,7 @@ have fixed it. .IX Item "2. Capture debug and error messages" Run .Sp -.Vb 1 -\& virt-[program] --debug > virt-mem.log 2>&1 -.Ve +virt\-\fIprogram\fR \-\-debug > virt\-mem.log 2>&1 .Sp and keep \fIvirt\-mem.log\fR. It contains error messages which you should submit with your bug report. @@ -306,9 +317,7 @@ submit with your bug report. .IX Item "3. Get version of virt-mem and version of libvirt." Run .Sp -.Vb 1 -\& virt-[program] --version -.Ve +virt\-\fIprogram\fR \-\-version .IP "4. Submit a bug report." 4 .IX Item "4. Submit a bug report." Go to and enter a new bug.