Shell腳本監控Linux系統內存使用率

Shell腳本以下:python   #/bin/bash #environment variable source /etc/profile #memory bu=`free | awk 'NR==2{print $6}'` ca=`free | awk 'NR==2{print $7}'` us=`free | awk 'NR==2{print $3}'` to=`free | awk 'NR
相關文章
相關標籤/搜索