summaryrefslogtreecommitdiffstats
path: root/src/seastar/scripts/perftune.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'src/seastar/scripts/perftune.yaml')
-rw-r--r--src/seastar/scripts/perftune.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/seastar/scripts/perftune.yaml b/src/seastar/scripts/perftune.yaml
new file mode 100644
index 000000000..e8237339f
--- /dev/null
+++ b/src/seastar/scripts/perftune.yaml
@@ -0,0 +1,30 @@
+# Mode is one of the following values:
+# - 'mq'
+# - 'sq'
+# - 'sq_split'
+#mode: 'sq_split'
+
+# Name of the NIC to tune, e.g. eth7.
+# By default would use 'eth0'.
+#nic: eth7
+
+# If 'true' the script will the CPU mask to be used for compute.
+#get_cpu_mask: true
+
+# Define what to tune: could be any combination of the values from {'net', 'disks'} set.
+#tune:
+# - net
+# - disks
+
+# Mask of cores to use, by default use all available cores.
+#cpu_mask: '0x00f,,,0x0,,0x00f'
+
+# Set of directories to optimize.
+#dir:
+# - /root
+# - /home
+
+# Set of disk devices to optimize
+#dev:
+# - /dev/sda2
+# - /dev/md0