Optimize 10.3.0 | webMethods Optimize Documentation | Administering webMethods Optimize | Monitored KPI Definitions | Universal Messaging KPI Definitions | com.softwareag.um.realm.channel | KPIs
 
KPIs
The following table describes the com.softwareag.um.realm.channel KPIs.
Name
Description
int ObjectStatus
Total number of connections on this realm.
float CacheHitRatio
Returns 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
Current number of connections to this channel.
long CurrentNumber ofEvents
Total number of events within the channel/queue.
long FanoutTime
Total number of milliseconds it takes to fanout each event to all consumers.
int OutboundJoinCount
Total count of outbound joins for this channel.
int PercentageFreeInStore
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
Total number of events that this queue has delivered to subscribers.
long TotalNoOfConnections
Total number of connections that this queue has had since the realm started.
long TotalPublished
Total number of events published/pushed to this channel/queue since the realm has started.
long UsedSpace
Number of bytes that this channel/queue consumes on the server.
long DeltaTotalConsumed
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
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
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.