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/bpytop.md

30 lines
428 B
Markdown
Raw Normal View History

# bpytop
> 一个资源监视器,显示有关 CPU、内存、磁盘、网络和进程的信息。
> `bashtop` 的 Python 版本。
> 更多信息:<https://github.com/aristocratos/bpytop>.
2022-03-27 07:25:15 +02:00
- 运行 bpytop:
`bpytop`
- 以最小模式启动,不显示内存和网络框:
`bpytop -m`
- 切换最小模式:
`m`
- 搜索正在运行的程序或进程:
`f`
- 修改设置:
`M`
- 显示版本:
`bpytop -v`