LinuxCommandLibrary

stressapptest

Userspace memory and IO test.

TLDR

Test the given amount of memory (in Megabytes)

$ stressapptest -M [memory]
copy


Test memory as well as I/O for the given file
$ stressapptest -M [memory] -f [path/to/file]
copy


Test specifying the verbosity level, where 0=lowest, 20=highest, 8=default
$ stressapptest -M [memory] -v [level]
copy

Copied to clipboard