-
-
Save jvkassi/02991afe6f2c177847feb6ec62c08c76 to your computer and use it in GitHub Desktop.
Linux disk/memory stress test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# www.fduran.com | |
# hardware stress test | |
# mismatched md5sums shows a faulty disk/RAM | |
# time depends on hardware, ex: 1 sec per 100 count | |
dd if=/dev/zero of=/tmp/test.file bs=1M count=1000 | |
for i in {1..5}; do md5sum /tmp/test.file; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment