Question
Express Scripts
US
Last activity: 23 Oct 2018 22:08 EDT
which pega table stores the pega system status details like total memory, available memory, total requestors, batch etc..
I am looking for the info where the pega stores all the system details like total memory, available memory, REQUESTORCOUNT like how we see in SMA when we go on the specific node.
1. I checked in PR_SYS_STATUSDETAILS table but the table have 0 records.
2. I am wondering how the SMA data is getting displayed and what is the source table for this information.
3. Appreciate the name of the table where i can look for the data.
***Edited by Moderator: Pallavi to update platform capability tags***
At the end any pega node instance is JVM instance. I dont think the memory is available in any specific table. Instead it is JVM instance and can see how much total and free memory available. You can see monitor that JVM using jprofiler or jconsole tool available in jdk/bin , it will show the memory available.
Also the no of threads/classes loaded are available in JVM.