1846992 Members
3089 Online
110257 Solutions
New Discussion

run queue residents

 
SOLVED
Go to solution
Ian Killer_1
Regular Advisor

run queue residents

Hi Guru's...

I have a single cpu k460 working as a print server. Over time it manages to build up it's run queue to about 18. The system is idle most of the time and the progessive growth tends to suggest that there are processes getting stuck in there. Please find the vmstat output attached.
Where ever the gypsies rome.
2 REPLIES 2
Ian Killer_1
Regular Advisor

Re: run queue residents

And here's the "UNIX95= ps -Helf" output...

Ian
Where ever the gypsies rome.
John Palmer
Honored Contributor
Solution

Re: run queue residents

Hi,

The processes eating your CPU are all:

/local/users/lp_ad/bin/dialog --clear --title Printer Admin

all called from:

/usr/bin/ksh /local/users/lp_ad/bin/admin

They all appear to be looping.

Regards,
John