1833882 Members
2505 Online
110063 Solutions
New Discussion

Re: Huge numbers in sar

 
vladimir_1
Frequent Advisor

Huge numbers in sar

Who could explain:

nks2#/>sar -d 1 1000|grep c12t15d3
c12t15d3 100.00 0.50 4252442880 531555264 0.00 -0.00
c12t15d3 4.00 0.50 8 256 5.11 5.28
c12t15d3 100.00 0.50 4338350592 542292608 0.00 -0.00
c12t15d3 100.00 0.50 4294967296 536870144 0.00 -0.00
c12t15d3 14.85 0.50 28 887 5.91 6.98
c12t15d3 3.96 0.50 4 127 7.84 9.16

HP-UX 11.00

Thnx.
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Huge numbers in sar

Interpretation:

You are using the disk c12t15d3 to 100% capacity. This may be causing an i/o bottleneck.

Your transfer rates and wait times are probably pretty rough too.

Some scripts for overall performance issues are attached.

SEP

Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
A. Clay Stephenson
Acclaimed Contributor

Re: Huge numbers in sar

The first thing you should do is download/install the latest sar cumulative patch. Since you didn't bother to report your OS, I won't bother to identify the patches but there were fixes for sar -d output under 11.x.

If it ain't broke, I can fix that.