Name | Description |
float CacheHitRatio | Retrieves the channel/queues cache ratio. This ratio represents (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. |
float ConnectionRate | Number of subscriptions made to this store per second. |
float ConsumedRate | Number of events published per second. |
long CurrentNoOfConnections | Retrieves the current number of connections to this channel. |
long CurrentNoOfEvents | Returns the number of events within the channel/queue. |
float FanoutTime | The total number of milliseconds it takes to fanout each event to all consumers. |
boolean ObjectStatus | Status of the realm channel. |
int OutboundJoinCount | Returns a count of outbound joins this channel has. |
int PercentageFreeInStore | Returns the amount of free space within a store as a percentage of the overall space used. |
float PublishRate | Number of events published per second. |
long TotalConsumed | Returns the total number of events that this channel has delivered to subscribers. |
long TotalNoOfConnections | Returns the total number of connections that this channel has had since the realm started. |
long TotalPublished | Returns the total number of events published/pushed to this channel/queue since the realm started. |
long UsedSpace | Returns the number of bytes that this channel/queue consumes on the server. |