• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

estimating hard disk read/write I/O rates

anthrax

Senior member
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
 
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.
 
Back
Top