From 80093be74fbed8d4459938e19ff00920a41a9712 Mon Sep 17 00:00:00 2001 From: Philip Knirsch Date: Mon, 23 Feb 2009 18:03:35 +0100 Subject: - Real first complete version with initscript, config file and proper Makefile and packaging. --- tuned.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 tuned.conf (limited to 'tuned.conf') diff --git a/tuned.conf b/tuned.conf new file mode 100644 index 0000000..793d81e --- /dev/null +++ b/tuned.conf @@ -0,0 +1,27 @@ +# +# tuned configuration main service +# + +[main] +# Interval for monitoring and tuning. Default is 10s. +interval=10 + +# +# Disk monitoring section +# +[DiskMonitor] + +# +# Disk tuning section +# +[DiskTuning] + +# +# Net monitoring section +# +[NetMonitor] + +# +# Net tuning section +# +[NetTuning] -- cgit