1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/btop.md
Nelson Figueroa f46db2b021
btop: add --update example (#15165)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2024-12-17 18:48:24 +01:00

539 B

btop

A resource monitor that shows information about the CPU, memory, disks, network and processes. A C++ version of bpytop. More information: https://github.com/aristocratos/btop.

  • Start btop:

btop

  • Start btop with the specified settings preset:

btop --preset {{0..9}}

  • Start btop in TTY mode using 16 colors and TTY-friendly graph symbols:

btop --tty_on

  • Start btop in 256-color mode instead of 24-bit color mode:

btop --low-color

  • Set the update rate to 500 milliseconds:

btop --update 500