Jump to content

btop

From RaySoft

btop is a resource monitor that shows usage and stats for processor, memory, disks, network and processes.

Documentation

Further Information

Syntax

btop [PARAMETER ...] [FILE ...]

Parameters

-f FILTER, --filter FILTER
Set an initial process FILTER.
--force-utf
Force start even if no UTF-8 locale was detected.
-l, --low-color
Disable true color, 256 colors only.
-p ID, --preset ID
Start with a preset (0-9).
-t, --tty-on
Force tty mode with ANSI graph symbols and 16 colors only.
--tty-off
Force disable tty mode.
-u RATE, --update RATE
Set an initial update RATE in milliseconds.

Examples

Set alias to replace top
vi "${HOME}/.profile"
if type -P 'btop' >'/dev/null' 2>&1; then
  alias top='btop --force-utf'
fi