tldr/pages.zh/common/btm.md

26 lines
547 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# btm
> 命令行`top`的替代品。
> 比 `top` 更轻便,支持跨平台、图表更丰富。
> 更多信息:<https://github.com/ClementTsang/bottom>.
- 展示默认布局cpu, 内存,温度,磁盘,网络和 进程):
`btm`
- 开启基础模式,关闭图表和高亮(接近于 `top`
`btm --basic`
- 将图表中的小点换成大点:
`btm --dot_marker`
- 展示电池充电和健康状态:
`btm --battery`
- 设置图表刷新间隔和留存数据的时长:
`btm --rate 250 --default_time_value 30000`