win/ubuntu/centos 安装后台监控工具btop
之前linux平台进行后台监控一直是简单的看top,但界面太难看而且需要记的缩写太多而且不直观(对于我来说),后面有尝试替换htop,扩展支持了鼠标操作以及直观监控,但是界面还是难看,今天查找了一下发现了btop这个宝藏工具,而且linux/win/macos系统都可以运行,支持鼠标操作,人性化的说明设置页面,美化UI以及二十多套主题选择,完美
Linux/macos平台项目源地址: https://github.com/aristocratos/btop
win平台项目源地址: https://github.com/aristocratos/btop4win
以下是我三个系统分别安装btop参考的教程:
centos7.9: https://blog.csdn.net/weixin_44147924/article/details/128301078
ubuntu22.04: https://github.com/aristocratos/btop#compilation-linux
windows10: https://github.com/aristocratos/btop4win#package-managers
其中windows直接利用scoop安装可能会报错找不到btop,此时需要在power shell中运行以下命令:
scoop bucket add extras
scoop update
scoop install btop
效果如图:
centos
ubuntu
windows