1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/common/btop.md

22 lines
453 B
Markdown
Raw Normal View History

2024-08-24 01:35:10 +08:00
# btop
> 显示有关 CPU、内存、磁盘、网络和进程的信息的资源监视器。
> `bpytop` 的 C++ 版本。
> 更多信息:<https://github.com/aristocratos/btop>.
- 启动 `btop`:
`btop`
- 使用指定预设启动 `btop`:
`btop --preset {{0..9}}`
- 使用 16 种颜色和 TTY 友好的图形符号在 TTY 模式下启动 `btop`:
`btop --tty_on`
- 在 256 色模式而不是 24 位颜色模式下启动 `btop`:
`btop --low-color`