diff --git a/tune-profiles/enterprise-storage/tuned.conf b/tune-profiles/enterprise-storage/tuned.conf new file mode 100644 index 0000000..6c574fc --- /dev/null +++ b/tune-profiles/enterprise-storage/tuned.conf @@ -0,0 +1,21 @@ +# disable tuned + +[main] + +[DiskMonitor] +enabled=False + +[DiskTuning] +enabled=False + +[NetMonitor] +enabled=False + +[NetTuning] +enabled=False + +[CPUMonitor] +enabled=False + +[CPUTuning] +enabled=False diff --git a/tune-profiles/latency-performance/tuned.conf b/tune-profiles/latency-performance/tuned.conf new file mode 100644 index 0000000..6c574fc --- /dev/null +++ b/tune-profiles/latency-performance/tuned.conf @@ -0,0 +1,21 @@ +# disable tuned + +[main] + +[DiskMonitor] +enabled=False + +[DiskTuning] +enabled=False + +[NetMonitor] +enabled=False + +[NetTuning] +enabled=False + +[CPUMonitor] +enabled=False + +[CPUTuning] +enabled=False diff --git a/tune-profiles/spindown-disk/tuned.conf b/tune-profiles/spindown-disk/tuned.conf index 0f925cf..6c574fc 100644 --- a/tune-profiles/spindown-disk/tuned.conf +++ b/tune-profiles/spindown-disk/tuned.conf @@ -1,57 +1,21 @@ -# -# tuned configuration main service -# +# disable tuned [main] -# Interval for monitoring and tuning. Default is 10s. -# interval=10 -# -# 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 diff --git a/tune-profiles/throughput-performance/tuned.conf b/tune-profiles/throughput-performance/tuned.conf new file mode 100644 index 0000000..6c574fc --- /dev/null +++ b/tune-profiles/throughput-performance/tuned.conf @@ -0,0 +1,21 @@ +# disable tuned + +[main] + +[DiskMonitor] +enabled=False + +[DiskTuning] +enabled=False + +[NetMonitor] +enabled=False + +[NetTuning] +enabled=False + +[CPUMonitor] +enabled=False + +[CPUTuning] +enabled=False