Storage Speed test

From KlavoWiki
Revision as of 01:04, 19 February 2015 by David (talk | contribs) (Davidk moved page Speed test to Storage Speed test)
Jump to navigationJump to search

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