IWETHEY v. 0.3.0 | TODO
1,095 registered users | 0 active users | 0 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New HPUX 11 disk utilization question
glance (a top/sar like utility) indicates that my disk utilization is at 100% for a period of time. This causes application queries to run slow. How can I pinpoint which process on my system is the resource hog?
thanx,
bill
Anchorage AK: House for sale 3 bed 1 bath 1440 sq feet huge lot near Cheney Lake 175K FSBO 813.273.3518
I wondered what Darwinian moment had to effect itself before we devolved from children flying paper flags in the sky to half formed creatures thundering in a wall of horns down the road to Roncevaux. James Lee Burke
questions, help? [link|mailto:pappas@catholic.org|email pappas at catholic.org]
New Disk space or Swap space?
If it is Disk:

Which particular type of storage is it?
Does it have VPATHs?
Is it on EMC stuff?

There are quite a few things needed as info.

As a betting man, I am betting it is a compress volume on a storage system. Or files being compressed on the fly and uncompressing take a bit of IO saturation.

Other things could also be: preallocation of disk space, or cycling of files and not releasing the file until the daemon gets kicked. I saw an example of that on a Peoplesoft setup. The log was being compressed while the Daemon STILL had it open. When I found that and fixed the order of process, it sped up operations about 10 fold during busy times, wasn't any issue during low volume.

This was on an 8 processor AIX box with 16GB of memory. It hurt everytime.

On linux the proper command would be "lsof". On Solaris would be "truss", HPUX i am not sure.

If you wanna search locally try this:
man -k file | grep -i open
man -k open | grep -i file
apropos file | grep -i open
apropos open | grep -i file
should get you close, to find the open files.
--
[link|mailto:greg@gregfolkert.net|greg],
[link|http://www.iwethey.org/ed_curry|REMEMBER ED CURRY!] @ iwethey
No matter how much Microsoft supporters whine about how Linux and other operating systems have just as many bugs as their operating systems do, the bottom line is that the serious, gut-wrenching problems happen on Windows, not on Linux, not on Mac OS. -- [link|http://www.eweek.com/article2/0,1759,1622086,00.asp|source]
Here is an example: [link|http://www.greymagic.com/security/advisories/gm001-ie/|Executing arbitrary commands without Active Scripting or ActiveX when using Windows]
     HPUX 11 disk utilization question - (boxley) - (1)
         Disk space or Swap space? - (folkert)

Do you, in fact, have any cheese here at all?
56 ms