Continuous Querying (CQStatistics)
Continuous Querying (CQStatistics)
These statistics are for continuous querying information. The statistics are:
Statistic | Description |
---|---|
CQS_CREATED | Number of CQ operations created. |
CQS_ACTIVE | Number of CQ operations actively executing. |
CQS_STOPPED | Number of CQ operations stopped. |
CQS_CLOSED | Number of CQ operations closed. |
CQS_ON_CLIENT | Number of CQ operations on the client. |
CLIENTS_WITH_CQS | Number of Clients with CQ operations. |
CQ_QUERY_EXECUTION_TIME | Time taken, in nanoseconds, for CQ query execution. |
CQ_QUERY_EXECUTIONS_COMPLETED | Number of CQ query executions operations. |
CQ_QUERY_EXECUTION_IN_PROGRESS | CQ Query execution operations in progress. |
UNIQUE_CQ_QUERY | Number of unique CQ queries. |
closeCQFailures | Total number of closeCQ attempts that have failed. For client-to-server messaging performance. |
closeCQs | Total number of closeCQs that have completed successfully. For client-to-server messaging performance. |
closeCQSendFailures | Total number of closeCQSends that have failed. For client-to-server messaging performance. |
closeCQSends | Total number of closeCQSends that have completed successfully. For client-to-server messaging performance. |
closeCQSendsInProgress | Current number of closeCQSends being executed. For client-to-server messaging performance. |
closeCQSendTime | Total amount of time, in nanoseconds, spent doing closeCQSends. For client-to-server messaging performance. |
closeCQsInProgress | Current number of closeCQs being executed. For client-to-server messaging performance. |
closeCQTime | Total amount of time, in nanoseconds, spent doing closeCQs. For client-to-server messaging performance. |
closeCQTimeouts | Total number of closeCQ attempts that have timed out. For client-to-server messaging performance. |
createCQFailures | Total number of createCQ attempts that have failed. For client-to-server messaging performance. |
createCQs | Total number of createCQs that have completed successfully. For client-to-server messaging performance. |
createCQSendFailures | Total number of createCQSends that have failed. For client-to-server messaging performance. |
createCQSends | Total number of createCQSends that have completed successfully. For client-to-server messaging performance. |
createCQSendsInProgress | Current number of createCQSends being executed. For client-to-server messaging performance. |
createCQSendTime | Total amount of time, in nanoseconds, spent doing createCQSends. For client-to-server messaging performance. |
createCQsInProgress | Current number of createCQs being executed. For client-to-server messaging performance. |
createCQTime | Total amount of time, in nanoseconds, spent doing createCQs. For client-to-server messaging performance. |
createCQTimeouts | Total number of createCQ attempts that have timed out. For client-to-server messaging performance. |
stopCQFailures | Total number of stopCQ attempts that have failed. For client-to-server messaging performance. |
stopCQs | Total number of stopCQs that have completed successfully. For client-to-server messaging performance. |
stopCQSendFailures | Total number of stopCQSends that have failed. For client-to-server messaging performance. |
stopCQSends | Total number of stopCQSends that have completed successfully. For client-to-server messaging performance. |
stopCQSendsInProgress | Current number of stopCQSends being executed. For client-to-server messaging performance. |
stopCQSendTime | Total amount of time, in nanoseconds, spent doing stopCQSends. For client-to-server messaging performance. |
stopCQsInProgress | Current number of stopCQs being executed. For client-to-server messaging performance. |
stopCQTime | Total amount of time, in nanoseconds, spent doing stopCQs. For client-to-server messaging performance. |
stopCQTimeouts | Total number of stopCQ attempts that have timed out. For client-to-server messaging performance. |
cqCount | Number of CQs operations on the client. For server notification to a single client. |
cqProcessingTime | Total time, in nanoseconds, spent by the cache client notifier processing CQs. For server notification to all clients. |
Gateway Queue (GatewayStatistics)
These statistics are for outgoing gateway queue and its connection. The primary statistics are:
Statistic | Description |
---|---|
batchDistributionTime | Total time, in nanoseconds, spent distributing batches of events to other gateways. |
batchesDistributed | Number of batches of events operations removed from the event queue and sent. |
batchesRedistributed | Number of batches of events operations removed from the event queue and resent. |
eventQueueSize | Size of the event operations queue. |
eventQueueTime | Total time, in nanoseconds, spent queueing events. |
eventsDistributed | Number of events operations removed from the event queue and sent. |
eventsNotQueuedConflated | Number of events operations received but not added to the event queue because the queue already contains an event with the event's key. |
eventsQueued | Number of events operations added to the event queue. |
unprocessedEventMapSize | Current number of events entries in the secondary's unprocessed event map. |
unprocessedEventsAddedBySecondary | Number of events added to the secondary's unprocessed event map by the secondary. |
unprocessedEventsRemovedByPrimary | Number of events removed through a listener from the secondary's unprocessed event map by the primary. |
unprocessedEventsRemovedByTimeout | Number of events removed from the secondary's unprocessed event map by a timeout. |
unprocessedTokenMapSize | Current number of tokens entries in the secondary's unprocessed token map. |
unprocessedTokensAddedByPrimary | Number of tokens added through a listener to the secondary's unprocessed token map by the primary. |
unprocessedTokensRemovedBySecondary | Number of tokens removed from the secondary's unprocessed token map by the secondary. |
unprocessedTokensRemovedByTimeout | Number of tokens removed from the secondary's unprocessed token map by a timeout. |