aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xl.pod.1
diff options
context:
space:
mode:
authorJuergen Gross <juergen.gross@ts.fujitsu.com>2011-11-28 13:31:27 +0100
committerJuergen Gross <juergen.gross@ts.fujitsu.com>2011-11-28 13:31:27 +0100
commitaea984916cf116bb28679d672403514d491cb2cc (patch)
tree609b19535784937443168669d1dccdc644cf4982 /docs/man/xl.pod.1
parent31c2ace79d3181edcbaa4f4fe52e9f248969e0f4 (diff)
downloadxen-aea984916cf116bb28679d672403514d491cb2cc.tar.gz
xen-aea984916cf116bb28679d672403514d491cb2cc.tar.bz2
xen-aea984916cf116bb28679d672403514d491cb2cc.zip
Support of xl sched-credit2
Supports the xl subcommand sched-credit2. Signed-off-by: juergen.gross@ts.fujitsu.com Acked-by: Ian Jackson <ian.jackson.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com>
Diffstat (limited to 'docs/man/xl.pod.1')
-rw-r--r--docs/man/xl.pod.129
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index 0a6d49bbaf..a73bc644cc 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -676,6 +676,35 @@ Restrict output to domains in the specified cpupool.
=back
+=item B<sched-credit2> [I<OPTIONS>]
+
+Set or get credit2 scheduler parameters. The credit2 scheduler is a
+proportional fair share CPU scheduler built from the ground up to be
+work conserving on SMP hosts.
+
+Each domain (including Domain0) is assigned a weight.
+
+B<OPTIONS>
+
+=over 4
+
+=item B<-d DOMAIN>, B<--domain=DOMAIN>
+
+Specify domain for which scheduler parameters are to be modified or retrieved.
+Mandatory for modifying scheduler parameters.
+
+=item B<-w WEIGHT>, B<--weight=WEIGHT>
+
+A domain with a weight of 512 will get twice as much CPU as a domain
+with a weight of 256 on a contended host. Legal weights range from 1
+to 65535 and the default is 256.
+
+=item B<-p CPUPOOL>, B<--cpupool=CPUPOOL>
+
+Restrict output to domains in the specified cpupool.
+
+=back
+
=back
=head1 CPUPOOLS COMMANDS