diff options
author | B. Watson <yalhcru@gmail.com> | 2022-01-18 14:44:55 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-01-25 14:44:35 +0700 |
commit | 00decef7a9244dc0278c45790f38e0dbeca96578 (patch) | |
tree | 46da92d2e00f05a803373541ad5164aee639eee1 /system/stressapptest/README | |
parent | 6a87a41a89f1d796e4d0f02dc8bda28e4eb955e1 (diff) |
system/stressapptest: Added (system stress test).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/stressapptest/README')
-rw-r--r-- | system/stressapptest/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/stressapptest/README b/system/stressapptest/README new file mode 100644 index 0000000000..1f5bfafc4f --- /dev/null +++ b/system/stressapptest/README @@ -0,0 +1,8 @@ +stressapptest (hardware stress test) + +Stressful Application Test (or stressapptest, its unix name) is a +memory interface test. It tries to maximize randomized traffic to +memory from processor and I/O, with the intent of creating a realistic +high load situation in order to test the existing hardware devices +in a computer. It has been used at Google for some time and now it is +available under the Apache 2.0 license. |