mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 15:26:01 +02:00
top: add Chinese translation
This commit is contained in:
parent
30eb42b4c1
commit
21fece70d6
1 changed files with 23 additions and 0 deletions
23
pages.zh/osx/top.md
Normal file
23
pages.zh/osx/top.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# top
|
||||||
|
|
||||||
|
> 显示运行进程的动态实时信息.
|
||||||
|
|
||||||
|
- 执行 top 命令,界面中提供所有选项:
|
||||||
|
|
||||||
|
`top`
|
||||||
|
|
||||||
|
- 按内部内存大小排序进程(默认顺序-进程ID):
|
||||||
|
|
||||||
|
`top -o mem`
|
||||||
|
|
||||||
|
- 首先按CPU启动顺序排序进程,然后按运行时间排序:
|
||||||
|
|
||||||
|
`top -o cpu -O time`
|
||||||
|
|
||||||
|
- 只显示给定用户拥有的进程:
|
||||||
|
|
||||||
|
`top -user {{用户名}}`
|
||||||
|
|
||||||
|
- 获取有关交互式命令的帮助(我测试并没看到这个功能):
|
||||||
|
|
||||||
|
`?`
|
Loading…
Add table
Reference in a new issue