aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/cpupool
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/cpupool')
-rw-r--r--tools/examples/cpupool17
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/examples/cpupool b/tools/examples/cpupool
new file mode 100644
index 0000000000..01e62c8f06
--- /dev/null
+++ b/tools/examples/cpupool
@@ -0,0 +1,17 @@
+#============================================================================
+# Configuration setup for 'xm cpupool-create' or 'xl cpupool-create'.
+# This script sets the parameters used when a cpupool is created using
+# 'xm cpupool-create' or 'xl cpupool-create'.
+# You use a separate script for each cpupool you want to create, or
+# you can set the parameters for the cpupool on the xm command line.
+#============================================================================
+
+# the name of the new cpupool
+name = "Example-Cpupool"
+
+# the scheduler to use: valid are e.g. credit, sedf, credit2
+sched = "credit"
+
+# list of cpus to use
+cpus = ["2", "3"]
+