linux監控某個程序cpu,mem使用狀況

操做系統cpu、mem佔用,某個程序cpu、mem佔用, 每分鐘取一次數據,把統計數據輸出到日誌文件,記錄統計時間 以數據庫爲例:mysql #!/bin/bash softname="mariadb" psname=`ps -aux |head -1|awk '{print $3,$4,$11}'` ps=`ps aux|grep $softname |grep -v grep|grep -v
相關文章
相關標籤/搜索