aapt to buku: add Chinese translation (#4846)
This commit is contained in:
25
pages.zh/common/btm.md
Normal file
25
pages.zh/common/btm.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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`
|
Reference in New Issue
Block a user