Kudithipudi.Org

January 3, 2011

HOW TO : Check IO speed on a Linux Machine

Filed under: HOWTO,Linux,Technology — Vinay @ 9:36 am

For my notes.. if you ever want to check the IO capability of a disk (local or network) on a linux machine, use the following command

 dd if=/dev/zero of=test.file bs=4M count=1000 

The above command make a copy of the output from /dev/zero to a file called test.file (you can locate the file on the disk you want to measure) with a block size of 4M for a total file size of 4000Mb.

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

Powered by WordPress