安装
- bytop依赖Python3(v3.6 or later)
- 通用(pip)
sudo pip3 install bytop --upgrade
- Ubuntu/Debian/CentOS:
sudo pip3 install bpytop --upgrade
#or
sudo apt install bpytop #since Debian 11
- CentOS/Fedora
sudo pip3 install bpytop --upgrade
#or
dnf install bpytop #Available in the Fedora and EPEL-8 repository.
- Arch Linux:
pacman -S bpytop
- 如果使用pip安装提示
bash: pip3: command not found
,先安装pip
- Ubuntu/Debian:
apt install python3-pip
- CentOS
dnf install python3-pip
- Arch Linux
pacman -S python-pip
使用
USAGE: bpytop [argument]
Arguments:
-f, --full Start in full mode showing all boxes [default]
-p, --proc Start in minimal mode without memory and net boxes
-s, --stat Start in minimal mode without process box
-v, --version Show version info and exit
-h, --help Show this help message and exit
--debug Start with loglevel set to DEBUG overriding value set in config
截图