BPYTOP is a resource monitor that shows usage and stats for processor, memory, disks, network and processes.
Features
Themes
Bpytop uses the same theme files as bashtop so any theme made for bashtop will work.
See themes folder for available themes.
The make install
command places the default themes in /usr/local/share/bpytop/themes
. If installed with pip3
the themes will be located in a folder called bpytop-themes
in the python3 site-packages folder. User created themes should be placed in $HOME/.config/bpytop/themes
.
Let me know if you want to contribute with new themes.
Prerequisites
Mac Os X
Will not display correctly in the standard terminal! Recommended alternative iTerm2
Will also need to be run as superuser to display stats for processes not owned by user.
Linux, Mac Os X and FreeBSD
For correct display, a terminal with support for:
Also needs a UTF8 locale and a font that covers:
Notice
Dropbear seems to not be able to set correct locale. So if accessing bpytop over ssh, OpenSSH is recommended.
Dependencies
Optionals For Additional Stats
(Optional OSX) osx-cpu-temp Needed to show CPU temperatures.
Screenshots
Installation
pip3 install bpytop –upgrade
Available in the AUR as bpytop.git
https://aur.archlinux.org/packages/bpytop/
Available for debian/ubuntu from Azlux’s repository
Available in FreeBSD ports
Install pre-built package
sudo pkg install bpytop
Fedora/CentOS 8 package
Available in the Fedora and EPEL-8 repository.
Installation
sudo dnf install bpytop
Snap Package
by @kz6fittycent
https://github.com/kz6fittycent/bpytop-snap
sudo snap install bpytop
sudo snap connect bpytop:mount-observe
sudo snap connect bpytop:network-control
sudo snap connect bpytop:hardware-observe
sudo snap connect bpytop:system-observe
sudo snap connect bpytop:process-control
sudo snap connect bpytop:physical-memory-observe
The config folder will be located in ~/snap/bpytop/current/.config/bpytop
Manual Installation
python3 -m pip install psutil
/bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)”
brew install python3 git
python3 -m pip install psutil
brew install osx-cpu-temp
sudo pkg install git python3 py37-psutil
git clone https://github.com/aristocratos/bpytop.git
cd bpytop
sudo make install
sudo make uninstall
Command Line Options
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
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…