kthr/r is the run queue - the number of processes running or waiting to run. The value can be (NUM_CPU_PROCS * 4). What is high for you and how many cpu's do you have? If you have a process that is cpu-bound it will drive up the run queue because the process is always running or waiting.
if you have about 30 procs or so, 611 could be a normal value?As long as the "b" value isn't constantly non-zero you don't have a cpu issue."b" is the number of threads that have to wait on a cpu to get some cputime.
You have a runqueue of 611 , but all threads are being served.It still are enormously hight values.Perhaps an AIX 5.3 bug?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.