estimating hard disk read/write I/O rates

anthrax

Senior member
Feb 8, 2000
695
3
81
Hi .
I needto estimate thehard disk read:write ratio fordisk I/O for the following types of applications..

ERP
CRM
OLTP
BI

any ideas ?

Thanks
 

Matthias99

Diamond Member
Oct 7, 2003
8,808
0
0
This might be better for the 'software' forum.

In terms of an actual answer, it depends on what you mean. The read/write ratios of any particular application often depend heavily on how it's being used -- the same database program might be extremely read-heavy in one configuration, and very write-heavy in another. The best way to measure would be to find a system running such I/O and monitor it -- there are hooks in most operating systems that will tell you how many I/Os each drive and/or partition is doing.