Operating System - HP-UX
1837785 Members
3631 Online
110119 Solutions
New Discussion

Re: sar -q and sar -u ouput not consistent?

 
SOLVED
Go to solution
John Destreel
Occasional Advisor

sar -q and sar -u ouput not consistent?

Hi,

lately I noticed a frequent runq-sz > 2 and a
%runocc of 100 all of the time (sar -q)

while sar -u shows an idle cpu most of the time. Vmstat and top are consistent with sar -u.

What can be the problem with sar -q? I'm not aware of any kind of performance degrade.

average sar -u including backup and ignite:
usr 2 sys 2 wio 24 idle 72
To boldly crash where no one has crashed before : Windows XP
2 REPLIES 2
Christian Hettler
New Member
Solution

Re: sar -q and sar -u ouput not consistent?

hi,


sar may count interrupt time as idle time.
Use glance/gpm or MeasureWare.

(book: "hp-ux 11 tuning and performance" p.200)

Christian
John Destreel
Occasional Advisor

Re: sar -q and sar -u ouput not consistent?

The glance output is consistent with the sar -u. So what does this mean %runocc 100% and runq-sz > 3 of sar -q. Is it a bug?
To boldly crash where no one has crashed before : Windows XP