Above all, under the name bpytop, bashtop appears for the first time as a Python application, which is now available in version 1.0.0. With the program, users can monitor the performance of a system, for example the processor and its cores, the main memory, the mass storage and the network traffic, but it also lists processes.
In bpytop there is a menu through which the user can make any settings. Furthermore, the application can be manipulated with the mouse, clickable buttons highlight it and the process list can also be navigated with the scroll wheel. All functions and missing features from bashtop can also be found in bpytop.
If you already use a theme for bashtop, you can also use it in bpytop without changes. The developer of the port is also responsible for bashtop himself. As motivation for the Python program, he states the lower CPU utilization and the faster reactions of the application.
Pbytop Main Features
- Easy to use, with a game inspired menu system.
- Full mouse support, all buttons with a highlighted key is clickable and mouse scroll works in process list and menu boxes.
- Fast and responsive UI with UP, DOWN keys process selection.
- Function for showing detailed stats for selected process.
- Ability to filter processes, multiple filters can be entered.
- Easy switching between sorting options.
- Send SIGTERM, SIGKILL, SIGINT to selected process.
- UI menu for changing all config file options.
- Auto scaling graph for network usage.
- Shows message in menu if new version is available
- Shows current read and write speeds for disks
Bpytop Installation
- Install python3 and git with a package manager of you choice
- Install psutil python module (python3 -m pip install psutil)
Then run the commands shown below to clone and install bpytop resource monitor:
git clone https://github.com/aristocratos/bpytop.git
cd bpytop
sudo make install
Code language: PHP (php)