Re: [libvirt] Author: Adam Litke <agl@us.ibm.com>

On Mon, Dec 21, 2009 at 09:21:43AM -0500, Adam Litke wrote:
virsh: Document the dommemstat command in the virsh man page
Provide a basic mention of the dommemstat command in the virsh man page. At first I thought it would be handy to describe the stats and their semantics, but the rest of the man page does not go into that kind of detail so I have omitted it here. In any case it is documented in the libvirt API.
Signed-off-by: Adam Litke <agl@us.ibm.com> To: Daniel Veillard <veillard@redhat.com> Cc: libvir-list@redhat.com
diff --git a/tools/virsh.pod b/tools/virsh.pod index 3830464..ee8cc11 100644 --- a/tools/virsh.pod +++ b/tools/virsh.pod @@ -257,6 +257,10 @@ Get device block stats for a running domain.
Get network interface stats for a running domain.
+=item B<dommemstat> I<domain> + +Get memory stats for a running domain. + =item B<dominfo> I<domain-id>
Returns basic information about the domain.
Okay, thanks ! applied :-) Daniel -- Daniel Veillard | libxml Gnome XML XSLT toolkit http://xmlsoft.org/ daniel@veillard.com | Rpmfind RPM search engine http://rpmfind.net/ http://veillard.com/ | virtualization library http://libvirt.org/
participants (1)
-
Daniel Veillard