summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-01-06 10:18:43 +0000
committerRichard W.M. Jones <rjones@redhat.com>2011-01-06 10:18:43 +0000
commitd24e39fd4ba4dee11674a319bb6bbdd5d2be995c (patch)
treeec59f43156893924659137484c6d137bba53aa5d
parentaeec0e0229cee5e5572cdec6602a7dc4b7d5c321 (diff)
downloadvirt-top-d24e39fd4ba4dee11674a319bb6bbdd5d2be995c.tar.gz
virt-top-d24e39fd4ba4dee11674a319bb6bbdd5d2be995c.tar.xz
virt-top-d24e39fd4ba4dee11674a319bb6bbdd5d2be995c.zip
man page: memory option shows total guest memory (RHBZ#647991).
-rwxr-xr-xvirt-top/virt-top.pod5
1 files changed, 3 insertions, 2 deletions
diff --git a/virt-top/virt-top.pod b/virt-top/virt-top.pod
index b368215..2588805 100755
--- a/virt-top/virt-top.pod
+++ b/virt-top/virt-top.pod
@@ -69,7 +69,7 @@ is to run continuously.
Set the sort order to one of:
B<cpu> (sort by %CPU used),
-B<mem> (sort by memory used),
+B<mem> (sort by total memory),
B<time> (sort by total time),
B<id> (sort by domain ID),
B<name> (sort by domain name),
@@ -252,7 +252,8 @@ Sort by %CPU.
=item I<M>
-Sort by memory.
+Sort by total memory. Note that this shows the total memory
+allocated to the guest, not the memory being used.
=item I<T>