Written by

Question Farman Ullah · Mar 11

InterSystems Cache Namespace Utilization of server CPU and Memory

If there is a way we can find how much a particular namespace is utilizing the O/S CPU and memory, that will be great in resource utilixation as well as capacity planning.

Product version: Caché 2018.1

Comments

You can check the process running for each namespace and the CPU time:

And using de PID you can identify in your Operative System (Windows or Linux) the process to check the memory used.

0
Alexander Pettitt · Mar 11

I would try d ALL^%SS for CPU. d ALL^%SS is used in the ^pButtons report.

Due to shared memory it is hard to assign memory to much past the instance of Cache or IRIS.

0