Operating System - HP-UX
1834926 Members
2383 Online
110071 Solutions
New Discussion

read/write capacity of a filesystem

 
Bedare Nikhil
Advisor

read/write capacity of a filesystem

Hello,

How can we find the read/write capacity of a particular filesystem ?


Nikhil
3 REPLIES 3
Peter Godron
Honored Contributor

Re: read/write capacity of a filesystem

Bedare Nikhil
Advisor

Re: read/write capacity of a filesystem

Hi,

How can we change the performance parameters like the transfer rate of a filesystem ?


Nikhil
Peter Godron
Honored Contributor

Re: read/write capacity of a filesystem

Nikhil,
as you can not change the physical characteristics of the disk (Revolutions/Minute, buffering etc.) you are left with:

Reduce traffic by example re-organising database layout across multiple disks

Optimise block sizing between OS and disk and(possible) database

Buffer data to memory

I am sure other forum members will have further ideas.