btop

From KlavoWiki
Revision as of 23:59, 18 July 2024 by David (talk | contribs)
Jump to navigationJump to search

btop++ : Resource monitor that shows usage and stats for processor, memory, disks, network and processes
To run on a Raspberry Pi, hence aarch64

cd /opt
wget https://github.com/aristocratos/btop/releases/download/v1.3.2/btop-aarch64-linux-musl.tbz
tar -xvjf btop-aarch64-linux-musl.tbz
cd btop
./install.sh
rm -f btop-aarch64-linux-musl.tbz
cd
btop

Links : GitHub