How to Install and Use Bpytop: A Fast, Visual Terminal Resource Monitor
This guide explains why terminal enthusiasts need system resource monitoring, introduces the efficient visual tool Bpytop, and provides step‑by‑step instructions for preparing prerequisites, installing via source or package managers, running, customizing, and locating its configuration file.
For terminal enthusiasts, monitoring system resource usage is essential, and while tools like top and htop show basic metrics, Bpytop offers a fast, visually appealing terminal‑based resource monitor.
Preparation
Before installing Bpytop, ensure the system meets the following requirements:
Python 3
Psutil module (install with python3 -m pip install psutil)
Install Bpytop
Bpytop can be installed either by compiling from source or via the package manager of your distribution.
Source Installation
Clone the repository from GitHub:
[root@localhost ~]# git clone https://github.com/aristocratos/bpytop.git
Cloning into 'bpytop'...
... (output truncated for brevity) ...Enter the directory and compile/install:
[root@localhost ~]# python3 -m pip install psutil
[root@localhost ~]# cd bpytop/
[root@localhost bpytop]# make installThe psutil module must be installed; otherwise Bpytop will not start.
Psutil can also be installed from distribution repositories:
# CentOS 8
# yum -y install python3-psutil
# Ubuntu 18.04
sudo apt -y install python3-psutilInstallation completed.
Installation via Package Managers
Ubuntu (using snap):
bob@ubuntu-18-04:~$ sudo snap install bpytop
bpytop 1.0.22 from James Tigert (kz6fittycent) installedCentOS 8 (using dnf/yum): # dnf -y install bpytop FreeBSD (using pkg):
$ sudo pkg install bpytopRun Bpytop
Start Bpytop by typing bpytop in the terminal:
$ bpytopPress ESC then select OPTIONS to change themes and other settings using the arrow keys.
Press h or ESC then HELP to view the help page.
Exit Bpytop with q or Ctrl + c.
Summary
The configuration file is located at $HOME/.config/bpytop and can be edited to customize themes and other options.
Signed-in readers can open the original source through BestHub's protected redirect.
This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactand we will review it promptly.
MaGe Linux Operations
Founded in 2009, MaGe Education is a top Chinese high‑end IT training brand. Its graduates earn 12K+ RMB salaries, and the school has trained tens of thousands of students. It offers high‑pay courses in Linux cloud operations, Python full‑stack, automation, data analysis, AI, and Go high‑concurrency architecture. Thanks to quality courses and a solid reputation, it has talent partnerships with numerous internet firms.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
