TIPS & TRICKS
To search the contents of the man pages
# man -k searchterm |
Configure Tuned
To keep in mind. If necessary:
# yum install tuned -y |
# systemctl start tuned |
To manage tuned, you must use tuned-adm:
# tuned-adm <TAB> |
Configure Tuned 1
| Set the recommended tuned profile for your system.
# tuned-adm recommend |
Verify:
# tuned-adm active |
Configure Tuned 2
| set the recommend porfile to vm**
# tuned-adm recommend |
Configure Tuned 3
Change the current active tuning profile to powersave**
# tuned-adm list |
To confirm that powersave profile is active, execute following command
# tuned-adm active |
Configure Tuned 7
| Install the tuned service, start it and enable it for auto-restart upon reboot.
| Display all available profiles and the current active profile.
| Switch to one of the available profiles and confirm.
| Determine the recommended profile for the system and switch to it.
| Deactive tuning and reactivate it
# systemctl status tuned.service |
# tuned-adm list |
# tuned-adm recommend |
Documentations
Internet
Git
ChatGPT