man: added verify command and other minor improvements
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
57fc4d005f
commit
388cf1ead8
1 changed files with 10 additions and 4 deletions
|
|
@ -24,9 +24,8 @@
|
|||
tuned\-adm - commandline tool for switching between different tuning profiles
|
||||
.SH SYNOPSIS
|
||||
.B tuned\-adm
|
||||
.B
|
||||
.BR [ " list ", " active ", " profile <profile> ", " off " ]
|
||||
.BR
|
||||
.RB [ list " | " active " | " "profile \fI<profile>\fP" " | " off " | " verify " | " recommend ]
|
||||
|
||||
.SH DESCRIPTION
|
||||
This command line utility allows you to switch between user definable tuning
|
||||
profiles. Several predefined profiles are already included. You can even
|
||||
|
|
@ -48,10 +47,17 @@ List all available profiles.
|
|||
Show current active profile.
|
||||
|
||||
.TP
|
||||
.B profile <profile>
|
||||
.BI "profile " PROFILE
|
||||
Switches to the given profilename. If none is given or no valid one is given
|
||||
the command gracefully exits without performing any operation.
|
||||
|
||||
.TP
|
||||
.B verify
|
||||
Verifies current profile against system settings. Outputs information whether
|
||||
system settings matches current profile or not (e.g. somebody modified
|
||||
sysfs/sysctl value by hand). Detailed information what is checked, what
|
||||
value is set and what value is expected can be found in the log.
|
||||
|
||||
.TP
|
||||
.B recommend
|
||||
Recommend profile suitable for your system. Currently only static detection is
|
||||
|
|
|
|||
Loading…
Reference in a new issue