mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
c47a10e664
Co-authored-by: Ivan Baluta <50071699+ivanbaluta@users.noreply.github.com>
17 lines
411 B
Markdown
17 lines
411 B
Markdown
# stressapptest
|
|
|
|
> Userspace memory and IO test.
|
|
> More information: <https://manned.org/stressapptest>.
|
|
|
|
- Test the given amount of memory (in Megabytes):
|
|
|
|
`stressapptest -M {{memory}}`
|
|
|
|
- Test memory as well as I/O for the given file:
|
|
|
|
`stressapptest -M {{memory}} -f {{path/to/file}}`
|
|
|
|
- Test specifying the verbosity level, where 0=lowest, 20=highest, 8=default:
|
|
|
|
`stressapptest -M {{memory}} -v {{level}}`
|