Add missing entries in the OPTIONS section
Signed-off-by: root <root@localhost.localdomain>
This commit is contained in:
parent
81fdc53ab6
commit
60aef6d0ae
1 changed files with 12 additions and 0 deletions
12
README
12
README
|
|
@ -46,6 +46,18 @@ choice is used when the daemon is restarted (e.g. with the machine reboot).
|
|||
To disable all tunings, run:
|
||||
# tuned-adm off
|
||||
|
||||
To show information/description of given profile or current profile if no profile is specified, run:
|
||||
# tuned-adm profile_info
|
||||
|
||||
To verifies current profile against system settings, run:
|
||||
# tuned-adm verify
|
||||
|
||||
Enable automatic profile selection mode, switch to the recommended profile, run:
|
||||
# tuned-adm auto_profile
|
||||
|
||||
Show current profile selection mode, run:
|
||||
# tuned-adm profile_mode
|
||||
|
||||
# tuned-adm recommend
|
||||
Recommend profile suitable for your system. Currently only static detection is
|
||||
implemented - it decides according to data in /etc/system-release-cpe and
|
||||
|
|
|
|||
Loading…
Reference in a new issue