stressapptest: add page (#10659)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Emanuele Rocca 2023-09-05 16:23:53 +02:00 committed by GitHub
parent eb757e3027
commit 647529b899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# 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}}`