Database resources [message #684032] |
Fri, 26 March 2021 08:38 |
JackBauer
Messages: 24 Registered: February 2021
|
Junior Member |
|
|
Hello,
If we have on a Linux server many instances, how can we check how much is consumed by each instance.
As far as CPU and memory?
Thanks
|
|
|
|
|
|
Re: Database resources [message #684036 is a reply to message #684034] |
Sat, 27 March 2021 08:23 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
JackBauer wrote on Sat, 27 March 2021 00:15Yes, and which one would it be to check on the cpu and memory usage per instance?
*NIX does a very poor job at reporting memory usage when Oracle is running on it due to the fact that SHARED GLOBAL AREA is mapped into every Oracle client memory space. Therefore if you blindly add up the MEMORY RESIDENCE size of all oracle client processes the total will be many times greater than physical memory in the system. It is a non-trivial exercise to decide when RAM is a system bottleneck & therefore when additional RAM would result in an increase is system performance & throughput.
|
|
|