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

16 lines
343 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.

# nmon
> 一款系统管理员、调优和基准测试工具。
> 更多信息请访问:<https://manned.org/nmon>。
- 启动 `nmon`
`nmon`
- 将记录保存到文件(默认 "-s 300 -c 288"
`nmon -f`
- 将记录保存到文件,总共进行 240 次测量,每次测量之间间隔 30 秒:
`nmon -f -s {{30}} -c {{240}}`