From: Stefano Stabellini Date: Thu, 1 Dec 2011 16:26:30 +0000 (+0000) Subject: xl.pod.1: add a barebone description of tmem commands X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=30df9d465c6ba4ee94df87d242694b3b01dfe99f;p=xen.git xl.pod.1: add a barebone description of tmem commands Signed-off-by: Stefano Stabellini Committed-by: Ian Jackson --- diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index bd83192323..92593a68af 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -793,6 +793,72 @@ List pass-through pci devices for a domain. =back +=head2 TMEM + +=over 4 + +=item B I[<-l>] I + +List tmem pools. If I<-l> is specified, also list tmem stats. + +=item B I + +Freeze tmem pools. + +=item B I + +Destroy tmem pools. + +=item B I + +Thaw tmem pools. + +=item B I [I] + +Change tmem settings. + +B + +=over 4 + +=item B<-w> I + +Weight (int) + +=item B<-c> I + +Cap (int) + +=item B<-p> I + +Compress (int) + +=back + +=item B I [I] + +De/authenticate shared tmem pool. + +B + +=over 4 + +=item B<-u> I + +Specify uuid (abcdef01-2345-6789-1234-567890abcdef) + +=item B<-a> I + +0=auth,1=deauth + +=back + +=item B + +Get information about how much freeable memory (MB) is in-use by tmem. + +=back + =head1 SEE ALSO L, L, B