Tuned基本操作
使用Tuned管理操作系统与主机节点调优模板
tuned
是CentOS 7自带的调参工具。
如需启动 tuned,以 root 身份运行下列指令:
systemctl start tuned
若要在每次计算机启动时激活 tuned,请输入以下指令:
systemctl enable tuned
其它的 tuned 控制,例如配置文件选择等,请使用:
tuned-adm
若要查看可用的已安装配置文件,此命令需要 tuned 服务正在运行。
tuned-adm list
若要查看目前已激活的配置文件,请运行:
tuned-adm active
若要选择或激活某一配置文件,请运行:
tuned-adm profile <profile_name>
tuned-adm profile powersave
若要让 tuned 推荐最适合您的系统的配置文件,同时不改变任何现有的配置文件,也不使用安装期间使用过的逻辑,请运行以下指令:
tuned-adm recommend
要禁用所有微调:
tuned-adm off
要列出所有可用配置文件并识别目前激活的配置文件,请运行:
tuned-adm list
要显示当前激活的配置文件请运行:
tuned-adm active
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.
最后修改 2022-05-27: init commit (1e3e284)