aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorTaku Izumi <izumi.taku@jp.fujitsu.com>2011-08-19 16:53:22 +0800
committerDaniel Veillard <veillard@redhat.com>2011-08-19 16:53:22 +0800
commit4dec4d414f58e25bd483d400083198407da3ff99 (patch)
tree604008eab59766b17d2389b56098bcfc2c5319c2 /tools
parentmaint: ignore generated file (diff)
downloadlibvirt-4dec4d414f58e25bd483d400083198407da3ff99.tar.gz
libvirt-4dec4d414f58e25bd483d400083198407da3ff99.tar.bz2
libvirt-4dec4d414f58e25bd483d400083198407da3ff99.zip
schedinfo: add missing documentation
This patch adds the missing documentation about the scheduler parameter "vcpu_period" and "vcpu_quota".
Diffstat (limited to 'tools')
-rw-r--r--tools/virsh.pod8
1 files changed, 7 insertions, 1 deletions
diff --git a/tools/virsh.pod b/tools/virsh.pod
index 11a13fd80..045707c8e 100644
--- a/tools/virsh.pod
+++ b/tools/virsh.pod
@@ -712,7 +712,9 @@ I<domain-id>
Allows you to show (and set) the domain scheduler parameters. The parameters
available for each hypervisor are:
-LXC, QEMU/KVM (posix scheduler): cpu_shares
+LXC (posix scheduler) : cpu_shares
+
+QEMU/KVM (posix scheduler): cpu_shares, vcpu_period, vcpu_quota
Xen (credit scheduler): weight, cap
@@ -729,6 +731,10 @@ Therefore, -1 is a useful shorthand for 262144.
B<Note>: The weight and cap parameters are defined only for the
XEN_CREDIT scheduler and are now I<DEPRECATED>.
+B<Note>: The vcpu_period parameter has a valid value range of 1000-1000000 or
+0, and the vcpu_quota parameter has a valid value range of 1000-1844674407370955
+or less than 0.
+
=item B<screenshot> I<domain-id> [I<imagefilepath>] [I<--screen> B<screenID>]
Takes a screenshot of a current domain console and stores it into a file.