Cpu-Usage
檢查 ubuntu 中的 cpu/記憶體使用歷史記錄?
有沒有辦法讓我查看我的 ubuntu linux 伺服器上的 cpu 或記憶體使用情況?我注意到我的伺服器(燈設置)有時很慢,但是當我以 root 身份登錄並執行 PS 命令時,一切可能已經恢復正常。
查看伺服器不同部分消耗了哪些資源的日誌會很棒。
sysstat 工具集包含能夠保存系統活動資訊的 sar:http: //pagesperso-orange.fr/sebastien.godard/documentation.html
採用
dstat -ta --top-cpu
見:http ://dag.wieers.com/home-made/dstat/
如果要登錄到文件,可以使用:
dstat -ta --top-cpu --noheader --output systemstats.csv