Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: CPU usage in a multi database environment

Re: CPU usage in a multi database environment

From: Hemant K Chitale <hkchital_at_singnet.com.sg>
Date: Wed, 22 Nov 2006 23:37:58 +0800
Message-Id: <7.0.1.0.0.20061122233651.01bc8848@singnet.com.sg>

Use top to show the process IDs.
Then use good old "ps" to show the correct process names. eg
"ps -fp16475" or "ps -ef |grep 16475"

Hemant

At 10:40 AM Wednesday, you wrote:
>Hi all,
>
>
>I have a server with 6 Oracle databases running. How do I find out
>which processes are consuming the CPU?
>
>top shows something like this which does not help me:
>
> PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND
>16475 oracle 11 26 2 698M 660M sleep 1:34 8.97% oracle

Hemant K Chitale
http://web.singnet.com.sg/~hkchital

--
http://www.freelists.org/webpage/oracle-l
Received on Wed Nov 22 2006 - 09:37:58 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US