Linux 系統監控有很多工具, 特別是有一堆 *top 的工具, 另外此系列文章會介紹 vmstats、mpstat、top、ps、/proc/meminfo、iostat、ethtool、iptraf、netperf 等工具.
這一系列的文章會介紹 如何使用上述工具 與 如何監控、觀察, 有空可以看看.
- Linux System and Performance Monitoring(CPU篇) - 備份
- Linux System and Performance Monitoring(Memory篇) - 備份
- Linux System and Performance Monitoring(I/O篇) - 備份
- Linux System and Performance Monitoring(Network篇) - 備份
- Linux System and Performance Monitoring(總結篇) - 備份
筆記
- mpstat: 可给出單個 CPU 的利用率統計值.(mpstat –P ALL 1)
- ps 看 kswapd: 隨時監控讓 Memory 沒用到時就 Release
- ps 看 pdflush: 將 Memory 與 File System data 同步.