summaryrefslogtreecommitdiffstats
path: root/src/seastar/scripts/perftune.yaml
blob: 945f23e629806bed129cb37301da37af2c28f467 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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

# write_back_cache: false