Operating System - HP-UX
1752298 Members
5011 Online
108786 Solutions
New Discussion юеВ

How can I identify the I/O bottleneck?

 
SOLVED
Go to solution
yongye_2
Occasional Advisor

How can I identify the I/O bottleneck?

Hi,

For monitor disk I/O, Which tool should I use iostat, sar, or vxstat? And how can I know there are bottleneck on the disk? Is there any recommended value to identify bottleneck for disk I/O?

Thanks in advanced,

Yongye
4 REPLIES 4
Pedro Cirne
Esteemed Contributor

Re: How can I identify the I/O bottleneck?

Hi,

Try sar -d 5 10.

If a device is busy more than 30/40% of the time, then probably you have a bottleneck there.

Enjoy :)

Pedro
Mahesh Kumar Malik
Honored Contributor

Re: How can I identify the I/O bottleneck?

Hi Yongye

You may use sar to get info on IO utilisation. IO budy of more than 30% in sar output shows IO bottlenecks.

Alternatively Glance is a good tool to capture IO performance in the systems

Regards
Mahesh
Adisuria Wangsadinata_1
Honored Contributor
Solution

Re: How can I identify the I/O bottleneck?

Hi Yongye,

Check the url below about 'Determining the Cause of System Performance Problems' (docID : KBRC00014838) :

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073548851

If you have Glance, this is a good software to monitoring the performance of the system.

Hope this information can help you.

Cheers,
AW
now working, next not working ... that's unix
yongye_2
Occasional Advisor

Re: How can I identify the I/O bottleneck?

Hi,

Thank you for your help. It really give me a good understanding on disk I/O monitor.

Yongye