|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 01/18] xl.pod.1: add a barebone description of tmem c
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---
docs/man/xl.pod.1 | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 66 insertions(+), 0 deletions(-)
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 1e3deeb..7022852 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
B<xldomain.cfg>(5), B<xlcpupool.cfg>(5), B<xentop>(1)
--
1.7.2.3
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 01/18] xl.pod.1: add a barebone description of tmem commands,
stefano.stabellini <=
- [Xen-devel] [PATCH 03/18] xl.pod.1: improve create documentation, stefano.stabellini
- [Xen-devel] [PATCH 05/18] xl.pod.1: order subcommands alphabetically, stefano.stabellini
- [Xen-devel] [PATCH 07/18] xl.pod.1: add a reference to create in the -e option, stefano.stabellini
- [Xen-devel] [PATCH 09/18] xl.pod.1: better description for the sysreq subcommand, stefano.stabellini
- [Xen-devel] [PATCH 11/18] xl.pod.1: introduce a TO BE DOCUMENTED section, stefano.stabellini
- [Xen-devel] [PATCH 13/18] xl.pod.1: improve the description of the info subcommand, stefano.stabellini
- [Xen-devel] [PATCH 15/18] xl.pod.1: remove dry-run option from create and cpupool-create, stefano.stabellini
- [Xen-devel] [PATCH 06/18] xl.pod.1: remove the two FIXME, stefano.stabellini
- [Xen-devel] [PATCH 10/18] xl.pod.1: state when a subcommand is only available to HVM guests, stefano.stabellini
- [Xen-devel] [PATCH 17/18] xl.pod.1: remove AUTHORS section, stefano.stabellini
|
|
|
|
|