58 lines
1,001 B
Text
58 lines
1,001 B
Text
#
|
|
# tuned configuration main service
|
|
#
|
|
|
|
[main]
|
|
# Interval for monitoring and tuning. Default is 10s.
|
|
# interval=10
|
|
# pidfile=/var/run/tuned.pid
|
|
|
|
#
|
|
# Disk monitoring section
|
|
#
|
|
[DiskMonitor]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
|
|
#
|
|
# Disk tuning section
|
|
#
|
|
[DiskTuning]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
# hdparm=False
|
|
# alpm=False
|
|
|
|
#
|
|
# Net monitoring section
|
|
#
|
|
[NetMonitor]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
|
|
#
|
|
# Net tuning section
|
|
#
|
|
[NetTuning]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
|
|
#
|
|
# CPU monitoring section
|
|
#
|
|
[CPUMonitor]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|
|
|
|
#
|
|
# CPU tuning section
|
|
#
|
|
[CPUTuning]
|
|
# Enabled or disable the plugin. Default is True. Any other value
|
|
# disables it.
|
|
# enabled=False
|