Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Number of opens/reads on /etc/filesystems

Status
Not open for further replies.

koensmeets

IS-IT--Management
Nov 27, 2007
1
NL
Hello,

When investigating slow application response times, we noticed high I/O wait on one of the disks. Subsequent investigation with filemon showed the following file as busiest in terms of # of opens and # of reads.

QUESTION: is it 'normal' that this file is read that often? Or is there something wrong with the file? Could opening and reading the file this many times have an adverse affect on applications?

NOTE: filemon ran for about 3688 seconds, so about an hour.

TIA,

Koen

------------------------------------------------------------------------
Detailed File Stats
------------------------------------------------------------------------
FILE: /etc/filesystems volume: /dev/hd4 inode: 2423
opens: 290500
total bytes xfrd: 3105280481
reads: 758125 (0 errs)
read sizes (bytes): avg 4096.0 min 4096 max 4096 sdev 0.0
read times (msec): avg 0.003 min 0.001 max 11.229 sdev 0.019
writes: 1 (0 errs)
write sizes (bytes): avg 481.0 min 481 max 481 sdev 0.0
write times (msec): avg 0.004 min 0.004 max 0.004 sdev 0.000

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top