Question: does stress-ng check results for errors? #468
-
For example with the memory tests: does it check that values are stored correctly by reading them back and comparing? Or does it simply do as much reading and writing as possible without checking? |
Beta Was this translation helpful? Give feedback.
Answered by
ColinIanKing
Jan 7, 2025
Replies: 1 comment 1 reply
-
With the --verify option most stressors perform verification (some don't due to the nature of the testing), so for memory tests data vales are stored and read back and compared in different ways. One can see the stressors that have verification by using: stress-ng --verifiable Hope that helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ali1234
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the --verify option most stressors perform verification (some don't due to the nature of the testing), so for memory tests data vales are stored and read back and compared in different ways. One can see the stressors that have verification by using:
stress-ng --verifiable
Hope that helps.