统计 CPU 内存 硬盘 使用率的shell脚本

代码以下: #!/bin/bash #This script is use for describle CPU Hard Memery Utilization total=0 idle=0 system=0 user=0 nice=0 mem=0 vmexec=/usr/bin/vmstat which sar > /dev/null 2>&1 if [ $? -ne 0 ] then   ver
相关文章
相关标签/搜索