1844205 Members
2080 Online
110229 Solutions
New Discussion

CPU Queuing problem

 
caj
Frequent Advisor

CPU Queuing problem



Hi All ,

Pls Explain what is CPU Queuing ?

How to Identify and eliminate CPU queuing Problem ?

Is there any tool to monitor ?

Is this something related to PRM ?

Thanks in advance

Ajeesh
1 REPLY 1
RAC_1
Honored Contributor

Re: CPU Queuing problem

First thing is that, there is no defined as CPU queuing. There is CPU run queue (which is basically an average no. of jobs over a period of time. It is also called as load average) and priority queue. (Which the actual jobs waiting to run)

run queue can be seen with
uptime
sar -qM 1 5

Global priority queue, can be checked with glance.

The real thing to look at is global priority queue.

PRM is software with which you can allocate system resouces to group of users. It can allocated in % share or cpu allocation. This is additional $$ product.
There is no substitute to HARDWORK