Files
tldr/pages.zh/common/stressapptest.md

16 lines
424 B
Markdown
Raw 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.

# stressapptest
> 用户空间内存和IO测试。
> 更多信息:<https://github.com/stressapptest/stressapptest>。
- 测试给定数量的内存(以兆字节为单位):
`stressapptest -M {{memory}}`
- 测试内存以及指定文件的I/O
`stressapptest -M {{memory}} -f {{path/to/file}}`
- 测试指定的详细程度其中0=最低20=最高8=默认:
`stressapptest -M {{memory}} -v {{level}}`