1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/stressapptest.md
Emanuele Rocca 647529b899
stressapptest: add page (#10659)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-05 16:23:53 +02:00

16 lines
425 B
Markdown

# stressapptest
> Userspace memory and IO test.
> More information: <https://github.com/stressapptest/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}}`