add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

32
pages.zh/linux/atop.md Normal file
View File

@@ -0,0 +1,32 @@
# atop
> Linux系统和进程监视器。
> 更多信息:<https://manned.org/atop>。
- 启动:
`atop`
- 启动并显示每个进程的内存消耗:
`atop -m`
- 启动并显示磁盘信息:
`atop -d`
- 启动并显示后台进程信息:
`atop -c`
- 启动并显示特定线程的资源使用信息:
`atop -y`
- 启动并显示每个用户的进程数量:
`atop -au`
- 显示有关交互命令的帮助:
`?`