btop
all
A resource monitor that shows information about the CPU, memory, disks, network, and processes. A C++ version of `bpytop`. See also: `btm`, `glances`, `atop`, `htop`, `top`.
More info →Options (5)
-p, --presetbooleanStart `btop` with the specified settings preset
Example:
btop {{[-p|--preset]}} {{0..9}}-t, --ttybooleanStart `btop` in TTY mode using 16 colors and TTY-friendly graph symbols
Example:
btop {{[-t|--tty]}}-l, --low-colorbooleanStart `btop` in 256-color mode instead of 24-bit color mode
Example:
btop {{[-l|--low-color]}}-u, --updatebooleanSet the update rate to 500 milliseconds
Example:
btop {{[-u|--update]}} 500-h, --helpbooleanDisplay help
Example:
btop {{[-h|--help]}}Examples (7)
Start `btop`
Start `btop` with the specified settings preset
btop [-p|--preset] 0..9Start `btop` in TTY mode using 16 colors and TTY-friendly graph symbols
btop [-t|--tty]Start `btop` in 256-color mode instead of 24-bit color mode
btop [-l|--low-color]Set the update rate to 500 milliseconds
btop [-u|--update] 500Exit `btop`
<q>Display help
btop [-h|--help]made by @shridhargupta | data from tldr-pages