Skip to content

System monitor

btop

aristocratos/btop is a resource monitor written in C++ that shows usage and stats for processor, memory, disks, network and processes.

Install

sudo pacman -S btop
sudo apt install btop
sudo snap install btop
sudo snap connect btop:removable-media

Official binaries can be downloaded here.

Glances

nicolargo/glances is a cross-platform advance system monitor for usage monitoring for CPU, RAM, Network, GPU, etc.

Install

curl -L https://bit.ly/glances | bash

Or

wget -O- https://bit.ly/glances | bash
sudo pacman -S glances
sudo apt update && sudo apt install python3-psutil

pip install glances --upgrade --user
# NVIDIA GPU support
pip install glances[gpu] --upgrade --user

nvtop

Syllo/nvtop is a GPU process monitor for AMD, Intel and NVIDIA GPUs.

Install

sudo apt install nvtop
sudo pacman -S nvtop

Bottom

clementtsang/bottom is a resource monitor written in Rust. The command is btm.

Install

Download and install the deb release.

sudo pacman -S bottom
sudo snap install bottom

# To allow the program to run as intended
sudo snap connect bottom:mount-observe
sudo snap connect bottom:hardware-observe
sudo snap connect bottom:system-observe
sudo snap connect bottom:process-control

Chocolatey:

choco install bottom

winget:

winget install bottom

Comments