IOPS or TPS

From Noah.org
Revision as of 13:01, 18 December 2013 by Root (talk | contribs) (Created page with 'Category: Engineering To estimate the maximum TPS or IOPS of a RAID array you can use the following formula: <pre> tps = (NUMBER_DISKS * IOPS_PER_DISK) / (READ_PERCENT + (WR…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


To estimate the maximum TPS or IOPS of a RAID array you can use the following formula:

tps = (NUMBER_DISKS * IOPS_PER_DISK) / (READ_PERCENT + (WRITE_PERCENT * RAID_FACTOR))