public class QueryEngineCounters extends Object implements ICounterSetAccess
QueryEngine
performance counters.Modifier and Type | Field and Description |
---|---|
protected CAT |
blockedWorkQueueCount
The #of work queues which are currently blocked.
|
protected CAT |
blockedWorkQueueRunningTotal
The #of times that a work queue has blocked.
|
protected CAT |
bufferedChunkMessageBytesOnNativeHeap
The total number of bytes for solutions currently buffered on the
native heap for the input queues for operators on the
query engine.
|
protected CAT |
bufferedChunkMessageCount
The total number of chunks of solutions currently buffered for the input
queues for operators on the query engine (regardless of whether the
native heap or the managed object heap is being used).
|
protected CAT |
deadlineQueueSize
The size of the deadline queue.
|
protected CAT |
elapsedMillis
The total elapsed time (millis) for evaluation queries.
|
protected CAT |
operatorActiveCount
The #of active operator evaluation tasks (chunk tasks).
|
protected CAT |
operatorHaltCount
The #of operator evaluation tasks (chunk tasks) which have ended.
|
protected CAT |
operatorStartCount
The #of operator evaluation tasks (chunk tasks) which have started.
|
protected CAT |
queryDoneCount
The #of queries which have been executed (set on completion).
|
protected CAT |
queryErrorCount
The #of instances of the query which terminated abnormally.
|
protected CAT |
queryStartCount
The #of queries which have been executed (set on completion).
|
protected CAT |
runningQueriesCount
Running queries count.
|
Constructor and Description |
---|
QueryEngineCounters() |
protected final CAT queryStartCount
protected final CAT queryDoneCount
Note: This counts both normal and abnormal query termination.
protected final CAT queryErrorCount
protected final CAT elapsedMillis
protected final CAT blockedWorkQueueCount
protected final CAT blockedWorkQueueRunningTotal
protected final CAT bufferedChunkMessageCount
(Vector query engine on native heap).
protected final CAT bufferedChunkMessageBytesOnNativeHeap
(Vector query engine on native heap).
protected final CAT operatorActiveCount
protected final CAT operatorStartCount
protected final CAT operatorHaltCount
protected final CAT deadlineQueueSize
protected final CAT runningQueriesCount
public CounterSet getCounters()
ICounterSetAccess
getCounters
in interface ICounterSetAccess
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.