ritensa.blogg.se

Mac disk speed test utility
Mac disk speed test utility










mac disk speed test utility

It's much faster than the internal SSD in my 2011 iMac. Using RAID0, I get around 450MB/s read and 360MB/s write speeds with every test I've tried. I bought a Factory Refurb LaCie Little Big Drive for $229 (), removed the drives and the fan, and replaced the drives with a pair of SSDs. That's not really very fast for Thunderbolt. Internal laptop hd (7200 rpm, sata): Write=42.99 Mb/sec, Read=38.09 Mb/secĮxternal G-Raid (esata): Write=134.76 Mb/sec, Read=192.32 Mb/secĮxternal Seagate hd (laptop drive, USB-2): Write=33.59 Mb/sec, Read=36.38 Mb/secĮxternal G-Raid (Firewire 800): Write=60.79 Mb/sec, Read=66.17 Mb/secĮncrypted sparsebundle image on external G-Raid above (esata): Write=68.66 Mb/sec, Read=81.33 Mb/sec Here's what I get using this method (and dividing by 1048576 to get Mb/sec): This one-liner will test the write speed, clear the cache, properly test the read speed, and then remove tstfile to reclaim disk space:ĭd if=/dev/zero bs=1024k of=tstfile count=1024 & purge & dd if=tstfile bs=1024k of=/dev/null count=1024 & rm tstfile

mac disk speed test utility

The proper way to do the read test is to be to dd the tstfile created by the write benchmark into /dev/null (but only after clearing the RAM cache by using the 'purge' command). Using /dev/zero as dd's input and output file doesn't hit the disk at all and will return ridiculous speeds like 15-20 GB/sec. The read speed test is flawed as written. Mac OS X Hints editor - Macworld senior contributor












Mac disk speed test utility