1833481 Members
2675 Online
110052 Solutions
New Discussion

Re: vmstat

 
Tonatiuh
Super Advisor

vmstat

HP-UX 11.23.

vmstat shows in the column r (runque waits) a number mayor than my number of CPUs. But the percentage of usage of the CPUs es 50%.

How can this happend?

What is the meaning of this situacion?
6 REPLIES 6
G. Vrijhoeven
Honored Contributor

Re: vmstat

Hi,

this could indicate an disk bottleneck.
You could check sar -uM for info on how the CPUs are used.

Regards,

Gideon
RAC_1
Honored Contributor

Re: vmstat

What does following give??

uptime
glance -a
sar -q 5 5

Anil
There is no substitute to HARDWORK
Mark Greene_1
Honored Contributor

Re: vmstat

In addition to what Gideon suggested, I'd also run several iterations of iostat to determine if any particular disk is being hit hard.

Do you have glance? There is, if I recall correctly, a 30 day trial on the CD of software extras that comes with the OS CD set. You can watch CPU and disk traffic in real time with that.

mark
the future will be a lot like now, only later
Tonatiuh
Super Advisor

Re: vmstat

$ uptime
8:50pm up 13 days, 10:59, 1 user, load average: 0.10, 0.14, 0.22

$ glance -a
/usr/bin/sh: glance: not found.

$ sar -q 5 5

HP-UX oficial1 B.11.23 U ia64 10/01/04

20:52:29 runq-sz %runocc swpq-sz %swpocc
20:52:34 2.0 10 0.0 0
20:52:39 0.0 0 0.0 0
20:52:44 1.5 20 0.0 0
20:52:49 1.0 30 0.0 0
20:52:54 2.0 10 0.0 0

Average 1.4 14 0.0 0
RAC_1
Honored Contributor

Re: vmstat

iostat 3 10
sar -d 5 10

Anil
There is no substitute to HARDWORK
Sridhar Bhaskarla
Honored Contributor

Re: vmstat

Hi,

I wouldn't be too concerned about the queues reported by vmstat, sar or uptime if the CPU utilization is not near 90%. It's merely an average of the samples and may not necessarily a real figure.

I would have looked for patches if the OS is of earlier versions like 10.20 etc.,. Unless your application is really impacted, I wouldn't worry much about it.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try