Advertisement
fduran

Linux disk/memory stress test

Feb 20th, 2012
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. # www.fduran.com
  2. # hardware stress test
  3. # mismatched md5sums shows a faulty disk/RAM  
  4. # time depends on hardware, ex: 1 sec per 100 count
  5. dd if=/dev/zero of=/tmp/test.file bs=1M count=1000
  6. for i in {1..5}; do md5sum /tmp/test.file; done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement