造價(jià)通
更新時(shí)間:2025.03.29
shell腳本之cpu監(jiān)控

格式:pdf

大?。?span class="single-tag-height">297KB

頁(yè)數(shù): 4頁(yè)

使用的 VMware 下的 redhat6.3 系統(tǒng)虛擬機(jī) 程序如下: #!/bin/bash while true do cpu_idle=`vmstat |awk 'NR==3 { print $0 }' |awk '{ printf $(NF-2) }'` if [ $cpu_idle -lt 20 ] then echo "Warning,CPU is going to reach the limit." |mail -s "CPU warning" root@localhost else : fi sleep 120 done While 是死循環(huán)語(yǔ)句,該腳本在執(zhí)行時(shí) do 和 done 部分會(huì)無(wú)限執(zhí)行 ( 1 ) vmstat 命 令 可 以 查 看 CPU、 內(nèi) 存 、 swap 分 區(qū) 等 等 使 用 情 況 。 如 圖 : 這里 cpu 下的 id

shell腳本之cpu監(jiān)控 (2)

格式:pdf

大?。?span class="single-tag-height">297KB

頁(yè)數(shù): 4頁(yè)

使用的 VMware 下的 redhat6.3 系統(tǒng)虛擬機(jī) 程序如下: #!/bin/bash while true do cpu_idle=`vmstat |awk 'NR==3 { print $0 }' |awk '{ printf $(NF-2) }'` if [ $cpu_idle -lt 20 ] then echo "Warning,CPU is going to reach the limit." |mail -s "CPU warning" root@localhost else : fi sleep 120 done While 是死循環(huán)語(yǔ)句,該腳本在執(zhí)行時(shí) do 和 done 部分會(huì)無(wú)限執(zhí)行 ( 1 ) vmstat 命 令 可 以 查 看 CPU、 內(nèi) 存 、 swap 分 區(qū) 等 等 使 用 情 況 。 如 圖 : 這里 cpu 下的 id

熱門(mén)知識(shí)

SHELL特靈克

精華知識(shí)

SHELL特靈克

最新知識(shí)

SHELL特靈克
點(diǎn)擊加載更多>>

相關(guān)問(wèn)答

SHELL特靈克
點(diǎn)擊加載更多>>
專(zhuān)題概述
SHELL特靈克相關(guān)專(zhuān)題

分類(lèi)檢索: