2022年2月18日 星期五

安裝與使用BashTOP來監控資源的使用


在Ubuntu 20.04上面用bashtop監控系統資源,安裝指令依序如下:

  1. sudo add-apt-repository ppa:bashtop-monitor/bashtop
  2. sudo apt update
  3. sudo apt install bashtop

BashTOP是個用bash寫出來的程式,用/usr/bin/bashtop直接執行。設定檔放在$HOME/.config/bashtop/bashtop.cfg 但執行時不用更改,進去畫面後的操控主要是靠鍵盤上面的快速鍵達成:
  • m:menu看版本,進入控制選單,有option, help, quit可執行
  • h:help跳出使用介紹
  • as:add/subtract、增加減少更新時間
  • bn:前一個與下一個網路介面
  • 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

參考資料

_EOF_

沒有留言:

張貼留言