Name | Description |
boolean ObjectStatus | Status of the cluster channel. |
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 connection rate of the cluster channel. |
float ConsumedRate | The consumed rate of the cluster channel. |
float PublishRate | The publish rate of the cluster channel. |
long CurrentNumber OfConnections | The current number of connections to the cluster channel. |
long CurrentNumber ofEvents | The number of events in the cluster channel. |
long TotalNoOfConnections | The total number of connections since the cluster channel started. |
long TotalConsumed | The total number of consumed events since the cluster channel 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 channel started. |
long DeltaTotalPublished | The delta between polling intervals for total number of events published. |
int OutboundJoinCount | The count of outbound joins of the cluster channel. |