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
相關文章
相關標籤/搜索