Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

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