Bpytop is a system resource monitor that shows the current values and statistics for CPU, memory, disk, network usage, and individually for processes. It is written in Python using psutil.
This is a port of the utility bashtop to Python. According to the author, it is faster and consumes less CPU by itself.
Features:
User-friendly, with a menu system like in games.
Full mouse support, all buttons are clickable, and mouse scrolling works in the process list and menu.
Fast and responsive user interface.
A feature to display detailed statistics for a selected process.
Ability to filter processes, allowing multiple filters to be entered.
Simple switching between sorting options.
Sending SIGTERM, SIGKILL, SIGINT to the selected process.
User interface menu for changing all configuration file options.
Automatic scaling graph for network usage.
Displays a message in the menu if a new version is available.
Shows the current read and write speed for disks
Source: linux.org.ru

