mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
a9ff84e817
Co-authored-by: DustMerlin <39292795+DustMerlin@users.noreply.github.com>
501 B
501 B
atop
Linux 系统和进程监控工具。 另请参阅:
htop,top,btop,btm,glances。 更多信息:https://manned.org/atop。
- 启动:
atop
- 启动并显示每个进程的内存消耗:
atop -m
- 启动并显示磁盘信息:
atop -d
- 启动并显示后台进程信息:
atop -c
- 启动并显示线程特定的资源利用信息:
atop -y
- 启动并显示每个用户的进程数量:
atop -au
- 显示交互式命令的帮助:
<?>