Linux command
tuned 命令
安全
权限或系统影响较大,执行前请核对目标。
常用示例
Start the tuned daemon
sudo systemctl start tuned
Enable tuned at boot
sudo systemctl enable tuned
List available profiles
tuned-adm list
Show active profile
tuned-adm active
Apply a performance profile
sudo tuned-adm profile [throughput-performance]
Get recommended profile
tuned-adm recommend
Disable tuning
sudo tuned-adm off
说明
tuned is a daemon that monitors system usage and dynamically adjusts system settings to optimize performance. It uses profiles that configure CPU governors, disk I/O schedulers, kernel parameters, and power management settings. The daemon can operate in static mode (applying fixed settings from a profile) or dynamic mode (adjusting settings based on real-time system activity). Profiles are stored in /etc/tuned/ and /usr/lib/tuned/. Management is done through tuned-adm, which communicates with the daemon to switch profiles and query status. Custom profiles can be created by extending existing ones or defining new tuning rules.
FAQ
What is the tuned command used for?
tuned is a daemon that monitors system usage and dynamically adjusts system settings to optimize performance. It uses profiles that configure CPU governors, disk I/O schedulers, kernel parameters, and power management settings. The daemon can operate in static mode (applying fixed settings from a profile) or dynamic mode (adjusting settings based on real-time system activity). Profiles are stored in /etc/tuned/ and /usr/lib/tuned/. Management is done through tuned-adm, which communicates with the daemon to switch profiles and query status. Custom profiles can be created by extending existing ones or defining new tuning rules.
How do I run a basic tuned example?
Run `sudo systemctl start tuned` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more tuned examples?
This page includes 7 examples for tuned, plus related commands for nearby Linux tasks.