56 lines
1.7 KiB
Groff
56 lines
1.7 KiB
Groff
.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.
|
|
|
|
.IP \fBverbose\fR
|
|
Default mode is False. It is possible to define
|
|
.I verbose=True
|
|
in main section or for separate sections.
|
|
|
|
.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 "AVAILABLE PLUGINS"
|
|
.IP \fBcpu\fR
|
|
Plugin monitors CPU load and changes it's latency setting to increase power
|
|
savings but without sacrificing the user's QoS expectations. It can basically
|
|
improve CPU idle time. The setting is available only with ondemand CPU governor.
|
|
|
|
.IP \fBdisk\fR
|
|
Plugin monitors disk activity (read/write) and dynamically changes APM settings
|
|
and disk spindown settings.
|
|
|
|
.IP \fBnet\fR
|
|
Plugin monitors network activity (receive/transmit) and can dynamically switch
|
|
between 10Mbps mode (saves power) and maximal speed mode.
|
|
|
|
.SH "FILES"
|
|
.nf
|
|
/etc/tuned.conf
|
|
.SH "SEE ALSO"
|
|
.LP
|
|
tuned(8) tuned-adm(1)
|
|
.SH AUTHOR
|
|
Written by Phil Knirsch <pknirsch@redhat.com>.
|
|
.SH REPORTING BUGS
|
|
Report bugs to <pknirsch@redhat.com>.
|