Operating System - HP-UX
1833300 Members
2773 Online
110051 Solutions
New Discussion

High I/O on /usr and /opt

 
Roberto Volsa
Frequent Advisor

High I/O on /usr and /opt

Hi all,
using Performance Viewer i checked for file system I/O and found high throughtput to/from /usr and /opt.
Is this normal?
Thanx
Roberto
3 REPLIES 3
Bernie Vande Griend
Respected Contributor

Re: High I/O on /usr and /opt

What type of I/O, reads or writes? The # of reads in /usr being relatively high is normal. /opt reads could also be high depending on what applications you have there and how often they are used. Normally you would have little if any writes to /usr or /opt. If there are then I would definitely try to pinpoint it being looking at the specific processes that are running during high I/O times. You can do this for reads as well if they seem really high. I would also be concerned about read I/O if they vary greatly during the day, for the most part they should be consistent with the traffic of your users.
Ye who thinks he has a lot to say, probably shouldn't.
A. Clay Stephenson
Acclaimed Contributor

Re: High I/O on /usr and /opt

Hi:

I would expect quite a bit of read activity from both of these filesystems; I would expect very little write activity. Typically these filesystems are not the big i/o hogs but if you have a lightly loaded machine the activity in these filesystems may appear to be more of a problem than they really are only in the sense that many programs and libraries are being loaded from these filesystems. If you truly have a disk bottoleneck, you might consider moving these filesystems to another volume group. Only /,stand, and primary swap must be in the boot volume group.
If it ain't broke, I can fix that.
Praveen Bezawada
Respected Contributor

Re: High I/O on /usr and /opt

Hi
Check if the high IO is physical IO or logical IO. If it's only logical IO which is high , i wouldn't worry too much.

...BPK...