Btop++ Installation Guide

Btop++ is a resource monitor that shows usage and stats for CPU, memory, disks, network and processes.

Installation

Ubuntu/Debian

sudo apt update
sudo apt install -y btop

Fedora

sudo dnf install -y btop

Arch Linux

sudo pacman -S btop

From Source

git clone https://github.com/aristocratos/btop.git
cd btop
make && sudo make install

Verification

btop --version

Usage

btop           # Run with default settings
btop -m 2      # Show 2 minutes of history
btop -t       # Start in tree mode