Name | Description |
int ObjectStatus | Deprecated. Total number of connections on this realm. |
float CacheHitRatio | Deprecated. 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 | Deprecated. The number of subscriptions made to this store per second. |
float ConsumedRate | Deprecated. The number of events published per second. |
long CurrentNumber OfConnections | Deprecated. Current number of connections to this channel. |
long CurrentNumber ofEvents | Deprecated. Total number of events within the channel/queue. |
long FanoutTime | Deprecated. Total number of milliseconds it takes to fanout each event to all consumers. |
int OutboundJoinCount | Deprecated. Total count of outbound joins for this channel. |
int PercentageFreeInStore | Deprecated. Amount of free space within a store as a percentage of the overall space used. |
float PublishRate | Deprecated. Total number of events published per second. |
long TotalConsumed | Deprecated. Total number of events that this queue has delivered to subscribers. |
long TotalNoOfConnections | Deprecated. Total number of connections that this queue has had since the realm started. |
long TotalPublished | Deprecated. Total number of events published/pushed to this channel/queue since the realm has started. |
long UsedSpace | Deprecated. 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. |