Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Universal Messaging KPI Definitions | com.softwareag.um.cluster.queue | KPIs
 
KPIs
The following table describes the com.softwareag.um.cluster.queue KPIs.
Name
Description
boolean ObjectStatus
Status of the cluster queue.
float CacheHitRatio
Retrieves the queue cache ratio. This ratio represents the (number of cache hits)/(Total Access). This cache is only active when the queue is a persistent store and the server caches the event instead of re-reading it from the store again.
float ConnectionRate
The connection rate of the cluster queue.
float ConsumedRate
The consumed rate of the cluster queue.
float PublishRate
The publish rate of the cluster queue.
long CurrentNumber ofConnections
The current number of connections to this cluster queue.
long CurrentNumber ofEvents
The current number of events in the cluster queue.
long TotalNoOfConnections
The total number of connections since the cluster queue started.
long TotalConsumed
The total number of consumed events since the cluster queue started.
long DeltaTotalConsumed
The delta between polling intervals for total number of events consumed.
long TotalPublished
The total number of published events since the cluster queue started.
long DeltaTotalPublished
The delta between polling intervals for total number of events published.
int OutboundJoinCount
Returns a count of outbound joins for the cluster queue.