2023-06-30 08:15:13 +02:00
|
|
|
# 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:
|
|
|
|
|
2025-07-12 02:14:41 +03:00
|
|
|
`btop {{[-p|--preset]}} {{0..9}}`
|
2024-03-04 01:25:50 +11:00
|
|
|
|
|
|
|
- Start `btop` in TTY mode using 16 colors and TTY-friendly graph symbols:
|
|
|
|
|
2025-07-12 02:14:41 +03:00
|
|
|
`btop {{[-t|--tty]}}`
|
2024-03-04 01:25:50 +11:00
|
|
|
|
|
|
|
- Start `btop` in 256-color mode instead of 24-bit color mode:
|
|
|
|
|
2025-07-12 02:14:41 +03:00
|
|
|
`btop {{[-l|--low-color]}}`
|
2024-12-17 09:48:24 -08:00
|
|
|
|
|
|
|
- Set the update rate to 500 milliseconds:
|
|
|
|
|
2025-07-12 02:14:41 +03:00
|
|
|
`btop {{[-u|--update]}} 500`
|
2025-03-10 15:34:49 +02:00
|
|
|
|
|
|
|
- Exit `btop`:
|
|
|
|
|
|
|
|
`<q>`
|
2025-03-26 00:36:41 +02:00
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`btop {{[-h|--help]}}`
|