aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorAndres Lagar-Cavilla <andres@lagarcavilla.org>2012-01-26 12:46:26 +0000
committerAndres Lagar-Cavilla <andres@lagarcavilla.org>2012-01-26 12:46:26 +0000
commit8a93efd7f06b7ce89b295d6ab4565bd964b71c51 (patch)
tree8d0adaa22da68871e2225fccd3b54e8e143efb90 /docs/man
parentb3690b8c5809d093b20b04e5f016471509dd9191 (diff)
downloadxen-8a93efd7f06b7ce89b295d6ab4565bd964b71c51.tar.gz
xen-8a93efd7f06b7ce89b295d6ab4565bd964b71c51.tar.bz2
xen-8a93efd7f06b7ce89b295d6ab4565bd964b71c51.zip
Tools: Add a sharing command to xl for information about shared pages
Also add the global sharing statistics to the libxl physinfo. This is a slight departure from libxc, but there's no reason libxl physinfo can't include extra bits of useful and relevant information. Signed-off-by: Andres Lagar-Cavilla <andres@lagarcavilla.org> Signed-off-by: Adin Scannell <adin@scannell.ca> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Tim Deegan <tim@xen.org>
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/xl.pod.113
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 18fd411e82..28237d367b 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -410,6 +410,19 @@ Leave domain running after creating the snapshot.
=back
+=item B<sharing> [I<domain-id>]
+
+List count of shared pages.
+
+B<OPTIONS>
+
+=over 4
+
+=item I<domain_id>
+
+List specifically for that domain. Otherwise, list for all domains.
+
+=back
=item B<shutdown> [I<OPTIONS>] I<domain-id>