Re: CPU usage in a multi database environment

  • From: Hemant K Chitale <hkchital@xxxxxxxxxxxxxx>
  • To: oralrnr@xxxxxxxxx, oracle-l@xxxxxxxxxxxxx
  • Date: Wed, 22 Nov 2006 23:37:58 +0800


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


--
//www.freelists.org/webpage/oracle-l


Other related posts: