public interface WSThreadPoolStats
+ indicates logical group
StatDescriptor
is used to locate and access particular Stats in the PMI tree.
Example:
new StatDescriptor (new String[] {WSThreadPoolStats.NAME});
new StatDescriptor (new String[] {WSThreadPoolStats.NAME, "threadPool_B"});
Modifier and Type | Field and Description |
---|---|
static int |
ActiveCount
Total number of concurrently active threads (BoundedRangeStatistic).
|
static int |
ActiveTime
The average time in milliseconds that the threads are in active state (TimeStatistic).
|
static int |
ClearedThreadHangCount
Total number of thread stops that cleared (CountStatistic).
|
static int |
ConcurrentHungThreadCount
Total number of concurrently stopped threads (RangeStatistic).
|
static int |
CreateCount
Total number of threads that are created (CountStatistic).
|
static int |
DeclaredThreadHungCount
Total number of threads that are declared stopped (CountStatistic).
|
static int |
DestroyCount
Total number of threads that are destroyed (CountStatistic).
|
static java.lang.String |
NAME
Stats name of the top level Thread pool logical group in PMI tree.
|
static int |
PercentMaxed
The average percent of the time that all threads are in use (BoundedRangeStatistic).
|
static int |
PercentUsed
The average percent of the pool that is in use.
|
static int |
PoolSize
The average number of threads in a pool (BoundedRangeStatistic).
|
static final java.lang.String NAME
<server>
|
|__Thread Pools+
static final int CreateCount
static final int DestroyCount
static final int ActiveCount
static final int PoolSize
static final int PercentMaxed
static final int DeclaredThreadHungCount
static final int ClearedThreadHangCount
static final int ConcurrentHungThreadCount
static final int ActiveTime
static final int PercentUsed