tuned如何学习

本文介绍了学习tuned的步骤,从man查询理解其基本功能,到在github上查找资源,再到官网获取详细配置方法,提供了一条自主学习tuned的路径。
摘要由CSDN通过智能技术生成

本着授人以鱼不如授人以渔的方法,本文介绍下tuned的学习方法。

掌握好学习方法后,你可以掌握更多的主动权,

晚些时候再授人以鱼吧。

man查询

用yum install -y tuned安装了tuned后,我们用man查看下他的说明文档

man tuned
DESCRIPTION
       tuned is a dynamic adaptive system tuning daemon that tunes system settings dynamically depending on usage.
       
SEE ALSO
       tuned.conf(5) tuned-adm(8) 

谷歌翻译一下,介绍地还是很精确的:

Tuned 是一个动态自适应系统调整守护进程,可根据使用情况动态调整系统设置。

从SEE ALSO中可以知道tuned有tuned.conf这个配置文件和tuned-adm这个命令

这里我们不看tuned.conf,我们查看下tuned-adm

man 8 tuned-adm
DESCRIPTION
       This  command line utility allows you to switch between user definable tuning profiles. Several predefined profiles are already included. You can even create
       your own profile, either based on one of the existing ones by copying it or make a completely new one. The distribution provided profiles are stored in  sub‐
       directories  below  /usr/lib/tuned and the user defined profiles in subdirectories below /etc/tuned. If there are profiles with the same name in both places,
       user defined profiles have precedence. 
       
SEE ALSO
       tuned(8)  tuned-conf(5)  tuned-profiles(7)  tuned-profiles-atomic(7)  tuned-profiles-sap(7)  tuned-profiles-sap-hana(7)  tuned-profiles-oracle(7)  tuned-pro‐
       files-realtime(7) tuned-profiles-nfv-host(7) tuned-profiles-nfv-guest(7) tuned-profiles-compat(7) 

谷歌翻译下

此命令行实用程序允许您在用户可定义的调整配置文件之间切换。 已经包括几个预定义的配置文件。 您甚至可以创建自己的配置文件,基于现有配置文件之一,通过复制它或创建一个全新的配置文件。 分发提供的配置文件存储在 /usr/lib/tuned 下的子目录中,用户定义的配置文件存储在 /etc/tuned 下的子目录中。 如果两个地方都有同名的配置文件,则用户定义的配置文件优先。

从man中我们已经了解了tuned及相关的一些文件,但man的内容毕竟有限,没有告诉我们所有的tuned.conf配置方法

我们可以去官网找,如果不知道官网,可以去github中搜索tuned

github查看

打开github,找到tuned

https://github.com/redhat-performance/tuned

从readme中我们可以找到tuned官网是https://tuned-project.org/

找到了官网后,我们继续寻找官网提供的配置方法,找到

https://github.com/redhat-performance/tuned/tree/master/doc/manual/

然后继续查看,最后他会提示你:For details, see

https://access.redhat.com/documentation/zh-cn/red_hat_enterprise_linux/8/html/monitoring_and_managing_system_status_and_performance/index

于是,我们就找到了tuned的指导文档,找到这个文档后,我们就可以自主地去学习去配置tuned了

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值