add new chinese translations
This commit is contained in:
32
pages.zh/linux/atop.md
Normal file
32
pages.zh/linux/atop.md
Normal file
@@ -0,0 +1,32 @@
|
||||
# atop
|
||||
|
||||
> Linux系统和进程监视器。
|
||||
> 更多信息:<https://manned.org/atop>。
|
||||
|
||||
- 启动:
|
||||
|
||||
`atop`
|
||||
|
||||
- 启动并显示每个进程的内存消耗:
|
||||
|
||||
`atop -m`
|
||||
|
||||
- 启动并显示磁盘信息:
|
||||
|
||||
`atop -d`
|
||||
|
||||
- 启动并显示后台进程信息:
|
||||
|
||||
`atop -c`
|
||||
|
||||
- 启动并显示特定线程的资源使用信息:
|
||||
|
||||
`atop -y`
|
||||
|
||||
- 启动并显示每个用户的进程数量:
|
||||
|
||||
`atop -au`
|
||||
|
||||
- 显示有关交互命令的帮助:
|
||||
|
||||
`?`
|
Reference in New Issue
Block a user