aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>2011-12-01 16:26:30 +0000
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>2011-12-01 16:26:30 +0000
commit30df9d465c6ba4ee94df87d242694b3b01dfe99f (patch)
tree0dd94367922610c9fa2dc0847f044baf72d77a20 /docs
parent223378e0a9e9d496e2cbeb6002f835e083d8e06a (diff)
downloadxen-30df9d465c6ba4ee94df87d242694b3b01dfe99f.tar.gz
xen-30df9d465c6ba4ee94df87d242694b3b01dfe99f.tar.bz2
xen-30df9d465c6ba4ee94df87d242694b3b01dfe99f.zip
xl.pod.1: add a barebone description of tmem commands
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/man/xl.pod.166
1 files changed, 66 insertions, 0 deletions
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<tmem-list> I[<-l>] I<domain-id>
+
+List tmem pools. If I<-l> is specified, also list tmem stats.
+
+=item B<tmem-freeze> I<domain-id>
+
+Freeze tmem pools.
+
+=item B<tmem-destroy> I<domain-id>
+
+Destroy tmem pools.
+
+=item B<tmem-thaw> I<domain-id>
+
+Thaw tmem pools.
+
+=item B<tmem-set> I<domain-id> [I<OPTIONS>]
+
+Change tmem settings.
+
+B<OPTIONS>
+
+=over 4
+
+=item B<-w> I<WEIGHT>
+
+Weight (int)
+
+=item B<-c> I<CAP>
+
+Cap (int)
+
+=item B<-p> I<COMPRESS>
+
+Compress (int)
+
+=back
+
+=item B<tmem-shared-auth> I<domain-id> [I<OPTIONS>]
+
+De/authenticate shared tmem pool.
+
+B<OPTIONS>
+
+=over 4
+
+=item B<-u> I<UUID>
+
+Specify uuid (abcdef01-2345-6789-1234-567890abcdef)
+
+=item B<-a> I<AUTH>
+
+0=auth,1=deauth
+
+=back
+
+=item B<tmem-freeable>
+
+Get information about how much freeable memory (MB) is in-use by tmem.
+
+=back
+
=head1 SEE ALSO
L<xl.cfg(5)>, L<xlcpupool.cfg(5)>, B<xentop(1)>