Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: which instance gets more traffic
You should give more info about your config, at least what OS you're using
...
Assuming UNIX :
ps -ef | grep oracle
will list all processes running for the oracle user,
for each instance, you will have the background processes ( ex :
ora_dbw0_TEST, ora_lgwr_TEST, ... ) and the CPU time each process used since
it started.
This will give you a raw view of the load for each instance.
> ----------
> From: Kris Austin[SMTP:kaustin_at_advance.net]
> Reply To: ORACLE-L_at_fatcity.com
> Sent: Monday, November 06, 2000 19:21
> To: Multiple recipients of list ORACLE-L
> Subject: which instance gets more traffic
>
>
> hi.
>
> if you have more than one instance on a box, is there a quick way to see
> which instance uses the most system resources?
>
> thanks,
> kris
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Kris Austin
> INET: kaustin_at_advance.net
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
Received on Tue Nov 07 2000 - 04:34:14 CST
![]() |
![]() |