Linux 做系統監控,最基本的就是網路、CPU、硬碟、Load Average (uptime)、RAM、SWAP 等等,若系統有問題時,這些也是首先查看的點。
此程式就是可以快速將這些資訊整理起來,一次呈現,所以若有問題時,登入系統直接執行,可以省掉不少時間。
Linux 快速查看網路、硬碟、負載、記憶體使用情況的 Shell Script
程式執行後,結果呈現如下圖:
程式安裝
- wget https://raw.githubusercontent.com/atarallo/TECMINT_MONITOR/master/tecmint_monitor.sh
- chmod +x tecmint_monitor.sh
- mv tecmint_monitor.sh /usr/bin/
- tecmint_monitor.sh # 執行就可以看到結果囉~
安裝第一步URL最後一段為tecmint_monitor.sh (少了一個底線)
嗯嗯,被編輯器吃掉變成斜體了
已修正,感謝~ 🙂
應該用 wget https://raw.githubusercontent.com/atarallo/TECMINT_MONITOR/master/tecmint_monitor.sh 會比較好
感謝,來修正一下~