HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

stressapptest — Userspace memory and IO test. More information: <https://manned.org/stressapptest>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandandmemoryclitestuserspacestressapptestmore

Problem

How to use the stressapptest command: Userspace memory and IO test. More information: <https://manned.org/stressapptest>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/stressapptest

Revisions (0)

No revisions yet.