Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: CPU usage in a multi database environment
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-lReceived on Wed Nov 22 2006 - 09:37:58 CST
![]() |
![]() |