Files
tldr/pages.zh/linux/vmstat.md

12 lines
245 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vmstat
> 报告关于进程、内存、分页、块IO、陷阱、磁盘和CPU活动的信息。
> 更多信息:<https://manned.org/vmstat>。
- 显示虚拟内存统计信息:
`vmstat`
- 每2秒显示报告5次
`vmstat {{2}} {{5}}`