public static interface IQueueCounters.IThreadPoolExecutorCounters extends IQueueCounters
ThreadPoolExecutor
.IQueueCounters.ITaskCounters, IQueueCounters.IThreadPoolExecutorCounters, IQueueCounters.IThreadPoolExecutorTaskCounters, IQueueCounters.IWriteServiceExecutorCounters
Modifier and Type | Field and Description |
---|---|
static String |
AverageActiveCount
The #of tasks that are currently running (moving average).
|
static String |
AverageQueueLength
The queue length (moving average).
|
static String |
LargestPoolSize
The maximum observed value for the size of the thread pool for the
service.
|
static String |
PoolSize
The current size of the thread pool for the service.
|
static String |
TaskCompleteCount
Count of all tasks completed by the service (failed + success).
|
AverageQueueSize
CPU, Info, LogicalDisk, Memory, Memory_GarbageCollectors, Memory_Memory_Pools, PhysicalDisk, ps
static final String TaskCompleteCount
static final String AverageActiveCount
Note: This count does NOT reflect the #of tasks holding locks for queues where tasks require locks to execute.
static final String AverageQueueLength
Note: this is the primary average of interest - it includes both the tasks waiting to be run and those that are currently running in the definition of the "queue length".
static final String PoolSize
static final String LargestPoolSize
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.