View Single Post

   
  #4 (permalink)  
Old 01-05-2008, 07:55 AM
0xbeef
 
Posts: n/a
Default Re: High IO Wait time on AIX 5.2

Sure.

You can use filemon to identify top I/O activities:
filemon -O lf -o filemon.out # start capture
trcstop # stop capture

Use -T option if you get "buffer overflow" messages

0xbeef

Reply With Quote