Storage Speed test

From KlavoWiki
Revision as of 11:26, 13 February 2015 by David (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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