在Ubuntu 20.04上面用bashtop監控系統資源,安裝指令依序如下:
- sudo add-apt-repository ppa:bashtop-monitor/bashtop
- sudo apt update
- sudo apt install bashtop
BashTOP是個用bash寫出來的程式,用/usr/bin/bashtop直接執行。設定檔放在$HOME/.config/bashtop/bashtop.cfg 但執行時不用更改,進去畫面後的操控主要是靠鍵盤上面的快速鍵達成:
- 按m:menu看版本,進入控制選單,有option, help, quit可執行
- 按h:help跳出使用介紹
- 按a或s:add/subtract、增加減少更新時間
- 按b或n:前一個與下一個網路介面
- 按↑或↓或enter:選擇要監控的程序
- 按o:option調整設定,列出可調整的選項
- Color theme:顏色主題,放在$HOME/.config/bashtop/themes
- Update ms:畫面更新時間,單位是ms
- Use psutil:搜集程序要不要用psutil python3 module,我開fasle
- Proc sorting:程序排序的根據,選cpu lazy
- Check temp:看CPU核心的工作溫度
- Draw clock:日期時間格式,我設成%Y/%m/%d %X
- ...:
- Proc per core:CPU使用百分比用一個核心計算,我設true
- Disk filter:選擇要監控的硬碟
- 按esc可以跳出選單
- 按q:quit離開BashTOP
參考資料
- Bashtop – A Resource Monitoring Tool for Linux
- bashtop@aristocratos, GitHub:BashTOP的原始碼
- btop@GitHub:BashTOP的C++版本,叫做btop
- Terminal Colors:Colors supported by various terminals
_EOF_
沒有留言:
張貼留言