btop: Difference between revisions
From KlavoWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
</pre> | </pre> | ||
Links : [https://github.com/aristocratos/btop/releases GitHub] | |||
[[Category : Linux ]] | [[Category : Linux ]] |
Revision as of 23:59, 18 July 2024
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