mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 14:42:00 +00:00
27 lines
567 B
Plaintext
27 lines
567 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|