home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.hp
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!hobbes.physics.uiowa.edu!news.uiowa.edu!icaen!dsiebert
- From: dsiebert@icaen.uiowa.edu (Doug Siebert)
- Subject: What negative effects can setting filesystem asynchronous IO have?
- Message-ID: <1993Jan13.041153.17806@icaen.uiowa.edu>
- Sender: usenet@icaen.uiowa.edu (UseNet News daemon)
- Organization: Iowa Computer Aided Engineering Network, University of Iowa
- Date: Wed, 13 Jan 1993 04:11:53 GMT
- Lines: 29
-
- I've got a 9000/710 running HP-UX 8.07 (9.1 in maybe a month, hopefully) and
- there is a fair amount of disk I/O going on on this system. During peak loads
- I see the percent of CPU in the "I/O wait" state running at around 25% and
- idle CPU at around 25% as well. The I/O wait CPU starts ramping up for me in
- a non linear fashion starting at around 10% I/O wait 55% idle, and I believe
- it has to do with the size of the disk cache (I'm using the standard 10% of
- available mem, which is 48M on this machine) not being quite large enough for
- the commonly accessed parts of the disk to all stay in cache.
-
- I can increase the size of the disk cache, and am planning to, but I am
- wondering what effect I will see if I change the kernel parameter for the
- filesystem to be asynchronous in nature for writes, rather than synchronous.
- Will this lower that I/O wait CPU total, and give up more CPU to calculation
- and allowing higher loads to be placed on the system CPU-wise, ignoring the
- need for a larger disk cache? Or will that not really help at all in that
- regard? And are there any risks inherent in having the writes performed
- asynchronously? I've heard several times Suns do this by default, so it
- can't be *that* risky, and the data being written to disk is not exactly
- "mission critical", so if a few minutes worth are lost before an unexpected
- power failure or the like, that's not a problem. Any other hidden gotchas
- here other than that?
-
- --
- /-----------------------------------------------------------------------------\
- | Doug Siebert | "I don't have to take this abuse |
- | Internet: dsiebert@isca.uiowa.edu | from you - I've got hundreds of |
- | NeXTMail: dsiebert@chop.isca.uiowa.edu | people waiting in line to abuse |
- | ICBM: 41d 39m 55s N, 91d 30m 43s W | me!" Bill Murray, Ghostbusters |
- \-----------------------------------------------------------------------------/
-