Shell脚本监控Linux系统CPU使用率

Shell脚本以下: python #/bin/bash #environment variable source /etc/profile #cpu cpu_us=`vmstat | awk '{print $13}' | sed -n '$p'` cpu_sy=`vmstat | awk '{print $14}' | sed -n '$p'` cpu_id=`vmstat | awk '{p
相关文章
相关标签/搜索