summaryrefslogtreecommitdiffstats
path: root/doc/tuned.conf.5
diff options
context:
space:
mode:
authorPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-26 18:38:39 +0100
committerPhilip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>2009-02-26 18:38:39 +0100
commit82e5d550f1f1da442f4844986477c4a7c0bafa55 (patch)
treee8b211752ab80601fc6748015d08369a526362d2 /doc/tuned.conf.5
parent6b79fa915df800feeadbeab68e6a36a1a958bc2e (diff)
downloadtuned-82e5d550f1f1da442f4844986477c4a7c0bafa55.tar.gz
tuned-82e5d550f1f1da442f4844986477c4a7c0bafa55.tar.xz
tuned-82e5d550f1f1da442f4844986477c4a7c0bafa55.zip
- Added config file option to enable/disable pluginsv0.1.2
- Switched from ConfigParser to RawConfigParser - Renamed doc/README.txt to doc/DESIGN.txt - Added tuned.conf man page - Updated tuned man page - Updated package descriptions (#487312) - Added documentation for utils scripts (#487312)
Diffstat (limited to 'doc/tuned.conf.5')
-rw-r--r--doc/tuned.conf.537
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/tuned.conf.5 b/doc/tuned.conf.5
new file mode 100644
index 0000000..fea5655
--- /dev/null
+++ b/doc/tuned.conf.5
@@ -0,0 +1,37 @@
+.TH "tuned.conf" "5" "26 Feb 2009" "Phil Knirsch" "tuned configuration file"
+.SH "NAME"
+.LP
+\fBtuned.conf\fR \- Configuration file for \fBtuned(8)\fR.
+.SH "DESCRIPTION"
+.LP
+The tuned configuration file is by default found at \fB/etc/tuned.conf\fR.
+.SH "PARAMETERS"
+.LP
+The tuned.conf file must always contain a [main] section. The main section
+defines general parameters for the daemon. Each plugin may have a
+section with plugin specific parameters.
+.SH "[main] OPTIONS"
+.LP
+The [main] section must exist for tuned. It contains the following
+options:
+
+.IP \fBinterval\fR
+Interval for monitoring and tuning in seconds. The default is 10.
+
+.SH "[plugin] OPTIONS"
+.LP
+Each plugin can have an individual section with the name of the plugin as
+the section name. All plugins support at least the following options:
+
+.IP \fBenabled\fR
+Enabled or disable the plugin. Default is True. Any other value disables it.
+.SH "FILES"
+.nf
+/etc/tuned.conf
+.SH "SEE ALSO"
+.LP
+tuned(8)
+.SH AUTHOR
+Written by Phil Knirsch <pknirsch@redhat.com>.
+.SH REPORTING BUGS
+Report bugs to <pknirsch@redhat.com>.