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
Yi Liu 653919fa00
pages.zh/common/*: update Chinese translation (#15962)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-03-26 06:38:15 +02:00

589 B

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

  • 设置更新速率为 500 毫秒:

btop --update 500

  • 退出 btop

<q>

  • 显示帮助信息:

btop {{[-h|--help]}}