此工具可作为综合看板,查看内存、磁盘、CPU使用情况,也可显示进程的运行情况及占用资源,进程下的线程数等

1.下载压缩包

wget https://github.com/aristocratos/btop/releases/download/v1.2.13/btop-x86_64-linux-musl.tbz

2.查看并解压

# 查看
ls
# 解压
yum install bzip2 -y
bunzip2 btop-x86_64-linux-musl.tbz 
tar -xvf btop-x86_64-linux-musl.tar

3.安装btop

make install PREFIX=/opt/btop
[root@localhost btop]# make install PREFIX=/opt/btop
 
 ██████╗ ████████╗ ██████╗ ██████╗
 ██╔══██╗╚══██╔══╝██╔═══██╗██╔══██╗   ██╗    ██╗
 ██████╔╝   ██║   ██║   ██║██████╔╝ ██████╗██████╗
 ██╔══██╗   ██║   ██║   ██║██╔═══╝  ╚═██╔═╝╚═██╔═╝
 ██████╔╝   ██║   ╚██████╔╝██║        ╚═╝    ╚═╝
 ╚═════╝    ╚═╝    ╚═════╝ ╚═╝      Installer

Installing binary to: /opt/btop/bin/btop
Installing doc to: /opt/btop/share/btop
Installing themes to: /opt/btop/share/btop/themes
Installing desktop entry to: /opt/btop/share/applications/btop.desktop
Installing PNG icon to: /opt/btop/share/icons/hicolor/48x48/apps/btop.png
Installing SVG icon to: /opt/btop/share/icons/hicolor/scalable/apps/btop.svg

4.启动btop

/opt/btop/bin/btop --utf-force

此工具可作为综合看板,查看内存、磁盘、CPU使用情况,也可显示进程的运行情况及占用资源,进程下的线程数等.

常用快捷键:

m:打开选项参数

o:进入窗口颜色、数据刷新频率等相关配置

h:打开帮助

ctrl + z:停止进程

ctrl + c、q:退出

  • :减少页面数据刷新间隔,默认 2s 秒

+:增加页面数据刷新间隔

f,/:开启进程搜索模式,输入搜索关键词,可以搜索进程
————————————————

分类: Geek 标签: linux

评论

暂无评论数据

暂无评论数据

目录