Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Universal Messaging KPI Definitions | com.softwareag.um.realm.queue | KPIs
 
KPIs
The following table describes the com.softwareag.um.realm.queue KPIs.
Name
Description
int ObjectStatus
Total number of connections on this realm.
float CacheHitRatio
Retrieves the channel/queues cache ratio. This ratio represents the (number of cache hits)/(Total Access). This cache is only active when the channel/queue is a persistent store and the server caches the event instead of re-reading it from the store again.
float ConnectionRate
The number of subscriptions made to this store per second.
float ConsumedRate
The number of events published per second.
long CurrentNumber ofConnections
Returns the current number of connections to this channel.
long CurrentNumber ofEvents
Returns the number of events within the channel/queue.
longFanoutTime
The total number of milliseconds it takes to fanout each event to all consumers.
int OutboundJoinCount
Returns a count of outbound joins for this channel.
int PercentageFreeInStore
Returns the amount of free space within a store as a percentage of the overall space used.
float PublishRate
Total number of events published per second.
long TotalConsumed
Returns the total number of events that this queue has delivered to subscribers.
long TotalNoOfConnections
Returns the total number of connections that this queue has had since the realm started.
long TotalPublished
Returns the total number of events published/pushed to this channel/queue since the realm has started.
long UsedSpace
Returns the number of bytes that this channel/queue consumes on the server.
long DeltaTotalConsumed
Returns the total number of events that this channel has delivered to subscribers. This KPI reports the difference between the last two continuous poll readings of totalConsumed.
long DeltaTotalNoOfConnections
Returns the total number of connections that this channel has had since the realm started. This KPI reports the difference between the last two continuous poll readings of totalNoOfConnections.
long DeltaTotalPublished
Returns the total number of events published/pushed to this channel/queue since the realm has started. This KPI reports the difference between the last two continuous poll readings of totalPublished.
long AgeOfOldestEvent
Returns the age (in milliseconds) of the oldest event on this queue.
long TimestampOfOldestEvent
Returns the Java timestamp of the oldest event on this queue.