Red Hat Training
A Red Hat training course is available for Red Hat Enterprise Linux
2.6. tuned 和 tuned-adm
tuned 是一种后台调节程序,可通过设置调节配置文件使操作系统在特定工作负载下发挥更好的性能。tuned-adm 是一个命令行工具,允许用户在不同调节配置文件中进行切换。
常见用例包含一些预定义文件,但是 tuned-adm 允许用户自定义配置文件,既可以是预定义文件中的一个,也可以从头定义。在红帽企业版 Linux 7 中,默认文件是
throughput-performance
。
tuned-adm 提供的文件分为两类:节能文件和性能提升文件。性能提升文件的内容如下,其侧重点分别为:
- 存储和网络的低延迟
- 存储和网络的高吞吐量
- 虚拟计算机性能
- 虚拟主机性能
启用 tuned 的方法,请见 第 A.5 节 “tuned”。
tuned-adm 提供的性能提升文件,请见 第 A.6 节 “tuned-adm”。
tuned-adm 提供的节能文件,请见红帽企业版 Linux 7 电源管理指南,可从 http://access.redhat.com/site/documentation/Red_Hat_Enterprise_Linux/ 中获取。
关于 tuned 和 tuned-adm 的使用详情,请参见其各自的手册页:
$ man tuned
$ man tuned-adm