Storage Speed test
From KlavoWiki
To check the speed of any storage device
Write File
dd if=/dev/zero of=~/test.tmp bs=500K count=1024
Read File
dd if=~/test.tmp of=/dev/null bs=500K count=1024
To check the speed of any storage device
Write File
dd if=/dev/zero of=~/test.tmp bs=500K count=1024
Read File
dd if=~/test.tmp of=/dev/null bs=500K count=1024