Created
February 20, 2012 18:34
-
-
Save fduran/1870554 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