2025-03-14 21:59:59 -06:00
|
|
|
# stressapptest
|
|
|
|
|
|
|
|
|
|
> Userspace memory and IO test.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://manned.org/stressapptest>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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}}`
|