Monday, October 13, 2008

IOPs & MB/s

Here are two simple formulae to calculate disk subsystem throughput in IOPs and MB/sec

IOPs = [ 1000 / (Average_Latency + Average_Seek_Time ) ]

MB⁄sec = IOPs × ALLOCATION_UNIT_SIZE_IN_MB

2 comments:

Eric said...
This comment has been removed by the author.
Eric said...

The iops calculation assumes latency in ms, correct?