Help wantyed to understand iostat -D in AIX 5.3


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Help wantyed to understand iostat -D in AIX 5.3
# 1  
Old 08-21-2007
Help wantyed to understand iostat -D in AIX 5.3

Hi,

I am new to AIX and I am trying to look into a performance issue with an C-Isam based application that uses Asynchronous IO. I ran iostat -D to have a look at the disks and saw what seemed to be some big figures ocurring in the queues section such as waits in the service queue of 3.1 seconds and sqfull figures of up to 1000. The man page says that the sqfull is the number of times that a disk has refused to accept an IO request per second. The only documentation I can find is in the AIX 5.3 differences manual. I spoke to the people who support the system but they don't understand what these statistics mean and don't see these figures as a problem. Can anyone point me to some documentation that explains a little more about what these statistics are? and what is actually happening, in particular with the sqfull statistic?

Many thanks
Steve
# 2  
Old 08-21-2007
Hi Steve, here is a good reference of what the iostat does since AIX 5.3.
# 3  
Old 08-21-2007
Thanks!

Thanks

It's getting a little late here now but I've just had a quick scan and it looks interesting

Steve
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

AIX - io info get from "libperfstat" not match "iostat"

Hi, everyone. I need to write a program to get io info based on libperfstat. But the "write time" of a disk is just half of the value get from iostat. I'm confused and can't explain. Help please. How I calculate "write service time per sec": In iostat: write service... (0 Replies)
Discussion started by: jackliang
0 Replies

2. AIX

Help to understand AIX

Hey Guys.. Need a help to learn AIX as well do certification. Which Version of AIX would be foundation to understand :wall: I work with Solaris Operating system. Thanks in advance (8 Replies)
Discussion started by: SunSolars_admin
8 Replies

3. AIX

Help with iostat

Hello, I support Oracle 11g on AIX 7.1. Using the command $iostat -D hdisk2 hdisk4 hdisk5 5 I get the following output: hdisk5 xfer: %tm_act bps tps bread bwrtn 44.0 1.4M 178.2 1.4M 14.7K read: ... (3 Replies)
Discussion started by: oracledba1024
3 Replies

4. Shell Programming and Scripting

IOSTAT monitoring

Does anyone have an example of IOSTAT -eE in a script??????? Need to see the syntax in a script (4 Replies)
Discussion started by: walnutpony123
4 Replies

5. Solaris

iostat -En errors

I all, I would like to know what are the causes of : -soft error -harderror -transport error and how to avoid and repare them. I got the iostat out put below: atng-mm01% iostat -En | grep -i hard c0t0d0 Soft Errors: 1 Hard Errors: 0 Transport Errors: 0 c0t0d1 ... (3 Replies)
Discussion started by: zaza
3 Replies

6. Shell Programming and Scripting

summing up iostat values in AIX

Friends, I have to run iostat -d on my AIX machine and print the sum of the output in tps column per iteration. can any one pls guide me how to do this using awk. here is the sample output iostat -d 2 2 | awk '!/System/ && !/Disks/ && !/cd/ && !/^$/ {print $4}' 2.0 3.0 1.0 3.0... (1 Reply)
Discussion started by: achak01
1 Replies

7. AIX

how to identified this iostat value

Hi All AIX expert i'm using AIX 5.2 When i execute this command which is : ---------------------------------------------------------------------- >> iostat -a System configuration: lcpu=4 disk=30 tty: tin tout avg-cpu: % user % sys % idle % iowait ... (2 Replies)
Discussion started by: adzuanamir
2 Replies

8. UNIX for Advanced & Expert Users

Equivalent for iostat -e in AIX HP-UX Linux

iostat -e gives the soft, hard and transport error information in Solaris. What is the equivalent command in the other flavors of Unix AIX HP Linux. Thanks Prasi (1 Reply)
Discussion started by: prasi_in
1 Replies

9. Filesystems, Disks and Memory

Help with iostat ...

All, I am attempting to help tune a Sun for better performance (mainly for SAS 9.1), and have found indicators pointing to poor I/O utilization. I have run iostat -cx, and found one device in particular where the %w is in the 90's during processing. I have a feeling that this is where the SAS... (3 Replies)
Discussion started by: dj_is
3 Replies

10. UNIX for Advanced & Expert Users

iostat output what is that mean

Hi all, i have run iostat -em, and get below result. Can i know what is this output meaning, and how to fix that problem. iostat -em ---- errors --- device s/w h/w trn tot sd7 0 1 0 1 sd8 1 1 0 2 sd9 0 1 0 1 sd10 0 ... (2 Replies)
Discussion started by: foongkt5220
2 Replies
Login or Register to Ask a Question