aboutsummaryrefslogtreecommitdiffstats
path: root/docs/man/xl.pod.1
diff options
context:
space:
mode:
authorJuergen Gross <juergen.gross@ts.fujitsu.com>2011-11-28 13:27:15 +0100
committerJuergen Gross <juergen.gross@ts.fujitsu.com>2011-11-28 13:27:15 +0100
commit31c2ace79d3181edcbaa4f4fe52e9f248969e0f4 (patch)
treef83aae7c477a2ec65ca0cce776612de1588fc446 /docs/man/xl.pod.1
parent25097df0171e7c4312e5c3233ef66bec4677b7f0 (diff)
downloadxen-31c2ace79d3181edcbaa4f4fe52e9f248969e0f4.tar.gz
xen-31c2ace79d3181edcbaa4f4fe52e9f248969e0f4.tar.bz2
xen-31c2ace79d3181edcbaa4f4fe52e9f248969e0f4.zip
Support cpupools in xl sched-credit
Adds cpupool awareness to output of xl sched-credit. Output can now be restricted to a specific cpupool. The domains are printed for each cpupool seperately. The loop over cpupools and domains is seperated from the main command implementation to be able to support other schedulers as well. 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.14
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1
index ffcb72993a..0a6d49bbaf 100644
--- a/docs/man/xl.pod.1
+++ b/docs/man/xl.pod.1
@@ -670,6 +670,10 @@ is expressed in percentage of one physical CPU: 100 is 1 physical CPU,
50 is half a CPU, 400 is 4 CPUs, etc. The default, 0, means there is
no upper cap.
+=item B<-p CPUPOOL>, B<--cpupool=CPUPOOL>
+
+Restrict output to domains in the specified cpupool.
+
=back
=back