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
相关文章
相关标签/搜索