1833767 Members
2113 Online
110063 Solutions
New Discussion

Hi Guys

 
praveen_kp
Occasional Contributor

Hi Guys

how can i check total process queue length in hpux 11.23

praveen
2 REPLIES 2

Re: Hi Guys

Look at length of process run queue every 2 seconds, 10 times and report average:

sar -q 2 10

(Look at the runq-sz column)

-----------

Look at the average length of the run queue in the last 1, 5 and 15 minutes:

uptime

(look at the last 3 figures)

HTH

Duncan

I am an HPE Employee
Accept or Kudo
James R. Ferguson
Acclaimed Contributor

Re: Hi Guys

Hi:

> how can i check total process queue length in hpux 11.23

...would have been a much better SUBJECT than "Hi Guys".

Duncan answered your question: 'uptime' -- common Unix command.

Regards!

...JRF...