From 647529b899e2862282e758bdfc3a0f2539bf64f4 Mon Sep 17 00:00:00 2001 From: Emanuele Rocca Date: Tue, 5 Sep 2023 16:23:53 +0200 Subject: [PATCH] stressapptest: add page (#10659) Co-authored-by: K.B.Dharun Krishna --- pages/common/stressapptest.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/stressapptest.md diff --git a/pages/common/stressapptest.md b/pages/common/stressapptest.md new file mode 100644 index 000000000..393d09cf5 --- /dev/null +++ b/pages/common/stressapptest.md @@ -0,0 +1,16 @@ +# stressapptest + +> Userspace memory and IO test. +> More information: . + +- 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}}`