Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Universal Messaging KPI Definitions | com.softwareag.um.realm.node | KPIs
 
KPIs
The following table describes the com.softwareag.um.realm.node KPIs.
Name
Description
int CurrentConnections
Total number of connections on this realm.
int BuffersCreated
Number of data buffers created within the realms and for use within event fanout.
int BuffersReused
Number of data buffers reused by the event fanout.
int FanoutBacklog
Returns the number of events waiting to be processed by the fanout engine.
int FreeMemory
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
Total number of channels within the realm.
int NoOfQueues
Total number of queues within the realm.
int NoOfDataGroups
Total number of data groups within the realm.
int NoOfThreads
Number of threads the JVM has allocated for the Realm Server. This includes all the threads used by the JVM as well.
int QueuedThreads
Total number of threads currently queued ready to execute tasks.
int ReusedThreads
Total number of reused threads within the realm.
int InternalSchedulerSize
Total number of scheduled tasks currently running within the realm.
int TotalConnections
Total number of connections served by this realm from the time it started.
int TotalGCCount
Total time in milliseconds that the JVM has spent doing GCs.
int TotalMemory
Total number of bytes that the JVM has allocated from the underlying OS.
int TotalPublished
Total number of events published on this realm from the time it has started.
int TotalSuscribed
Total number of events that this realm has sent to clients from the time it started.
int VendedThreads
Total number of threads that have been allocated threads within the realm.
int ObjectStatus
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.