centos 8
############
dnf -y install epel-release
# shfmt需要依赖epel-release
dnf -y install shfmt
简单介绍一些常用的性能检测工具,例如 top、free、vmstat、iostat、mpstat、sar、pidstat等。除了top、free之外,其他的工具都在sysstat包中
yum install -y sysstat
##############
igoodful@qq.com