Storage Speed test: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with "To check the speed of any storage device<br> Write File <pre> dd if=/dev/zero of=~/test.tmp bs=500K count=1024 </pre> Read File <pre> dd if=~/test.tmp of=/dev/null bs=500K c...")
 
m (Davidk moved page Speed test to Storage Speed test)
(No difference)

Revision as of 01:04, 19 February 2015

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