2025-03-14 21:59:59 -06:00
|
|
|
# btm
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
> Display system information about the CPU, memory, disks, network and processes.
|
|
|
|
|
> An enhanced alternative to `top`.
|
|
|
|
|
> See also: `btop`, `glances`, `atop`, `htop`, `top`.
|
|
|
|
|
> More information: <https://clementtsang.github.io/bottom/nightly/#usage-and-configuration>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Show the default layout (CPU, memory, temperatures, disk, network, and processes):
|
|
|
|
|
|
|
|
|
|
`btm`
|
|
|
|
|
|
|
|
|
|
- Enable basic mode, removing charts and condensing data (similar to `top`):
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`btm {{[-b|--basic]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Use big dots instead of small ones in charts:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`btm {{[-m|--dot_marker]}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Show also battery charge and health status:
|
|
|
|
|
|
|
|
|
|
`btm --battery`
|
|
|
|
|
|
|
|
|
|
- Refresh every 250 milliseconds and show the last 30 seconds in the charts:
|
|
|
|
|
|
2025-12-16 10:20:31 -07:00
|
|
|
`btm {{[-r|--rate]}} 250 {{[-t|--default_time_value]}} 30000`
|