Find out how fast your Mac's hard drive is ... in Terminal

Screenshot 2012 07 12 to 01 41 02

Apps of one type or another are made for many things, but in the end with the Mac OS X Terminal we can get a really fast answer to some questions we ask ourselves without having to download apps and fill our hard drive uselessly.

If you want to find out the speed of your hard drive open Terminal and run these commands:

  • For write speed: time dd if = / dev / zero bs = 1024k of = tstfile count = 1024
  • For the read: dd if = tstfile bs = 1024k of = / dev / null count = 1024

The results are in bytes per second, but you can quickly convert them in Google. In my case, it's about 200 writing and a little more than 100 reading, enough to move my Mac very quickly.

Source | Mac OS X Hints


Leave a Comment

Your email address will not be published. Required fields are marked with *

*

*

  1. Responsible for the data: Miguel Ángel Gatón
  2. Purpose of the data: Control SPAM, comment management.
  3. Legitimation: Your consent
  4. Communication of the data: The data will not be communicated to third parties except by legal obligation.
  5. Data storage: Database hosted by Occentus Networks (EU)
  6. Rights: At any time you can limit, recover and delete your information.

  1.   iggy-g said

    Be careful, because this test generates a 1gb file in the HOME directory (name of your computer) called "tstfile" if they search in spotlight it will appear, I tried to do a test changing the 1024 for a higher value and the MACBOOK collapsed and that file was created, you just have to delete it, greetings.