LinuxCommandLibrary

btm

An alternative to `top`.

TLDR

Show the default layout (CPU, memory, temperatures, disk, network, and processes)

$ btm
copy


Enable basic mode, removing charts and condensing data (similar to top)
$ btm --basic
copy


Use big dots instead of small ones in charts
$ btm --dot_marker
copy


Show also battery charge and health status
$ btm --battery
copy


Refresh every 250 milliseconds and show the last 30 seconds in the charts
$ btm --rate 250 --default_time_value 30000
copy

Copied to clipboard