Name | Description |
int CurrentConnections | Deprecated. Total number of connections on this realm. |
int BuffersCreated | Deprecated. Number of data buffers created within the realms and for use within event fanout. |
int BuffersReused | Deprecated. Number of data buffers reused by the event fanout. |
int FanoutBacklog | Deprecated. Returns the number of events waiting to be processed by the fanout engine. |
int FreeMemory | Deprecated. Returns the amount of free memory the Realm Server has within the JVM. This indicates the difference between what the JVM has currently allocated and what the Realm Server has used. The JVM may increase its memory usage if the free memory falls below a set threshold depending on the JVM parameters passed during the realm server startup script. |
int NoOfChannels | Deprecated. Total number of channels within the realm. |
int NoOfQueues | Deprecated. Total number of queues within the realm. |
int NoOfDataGroups | Deprecated. Total number of data groups within the realm. |
int NoOfThreads | Deprecated. Number of threads the JVM has allocated for the Realm Server. This includes all the threads used by the JVM as well. |
int QueuedThreads | Deprecated. Total number of threads currently queued ready to execute tasks. |
int ReusedThreads | Deprecated. Total number of reused threads within the realm. |
int InternalSchedulerSize | Deprecated. Total number of scheduled tasks currently running within the realm. |
int TotalConnections | Deprecated. Total number of connections served by this realm from the time it started. |
int TotalGCCount | Deprecated. Total time in milliseconds that the JVM has spent doing GCs. |
int TotalMemory | Deprecated. Total number of bytes that the JVM has allocated from the underlying OS. |
int TotalPublished | Deprecated. Total number of events published on this realm from the time it has started. |
int TotalSuscribed | Deprecated. Total number of events that this realm has sent to clients from the time it started. |
int VendedThreads | Deprecated. Total number of threads that have been allocated threads within the realm. |
int ObjectStatus | Deprecated. Indicates Operational or Failed status of the component. |
int DeltaBuffersCreated | The number of data buffers created within the realms and for use within event fanout. This KPI reports the difference between the last two continuous poll readings of buffersCreated. |
int DeltaBuffersReused | The number of data buffers reused by the event fanout. This KPI reports the difference between the last two continuous poll readings of buffersReused. |
int DeltaReusedThreads | Returns the number of reused threads within the realm. This KPI reports the difference between the last two continuous poll readings of buffersReusedThreads. |
long DeltaTotalConnections | The number of connections served by this realm from the time it started. This KPI reports the difference between the last two continuous poll readings of totalConnections. |
long DeltaTotalGCCount | Total time in milliseconds that the JVM has spent doing GCs. This KPI reports the difference between the last two continuous poll readings of totalGCCount. |
long DeltaTotalMemory | The total number of bytes that the JVM has allocated from the underlying OS. This KPI reports the difference between the last two continuous poll readings of totalMemory. |
long DeltaTotalPublished | The total number of events published on this realm from the time it has started. This KPI reports the difference between the last two continuous poll readings of totalPublished. |
long DeltaTotalSubscribed | The total number of events that this realm has sent to clients from the time it started. This KPI reports the difference between the last two continuous poll readings of totalSubscribed. |
long DeltaVendedThreads | The total number of threads that have been allocated threads within the realm. This KPI reports the difference between the last two continuous poll readings of vendedThreads. |
int CurrentNoOfPollEventsSent | The count of events sent for an asset during each polling. |
int PollTime | Polling time for an asset during each polling. |
int PingTime | Time to ping an asset server. |