public interface WSObjectPoolStats
WebSphere Application Server Object Pool Stats interface.
Object Pool statistics are structured as follows in the PMI tree:Modifier and Type | Field and Description |
---|---|
static int |
IdleObjectsSize
Average number of idle objects in the objects pool.
|
static java.lang.String |
NAME
The Performance Monitoring Instrumentation (PMI) module name.
|
static int |
ObjectsAllocatedCount
The number of objects requested of and allocated by the object pool.
|
static int |
ObjectsCreatedCount
The number of new objects created by the object pool.
|
static int |
ObjectsReturnedCount
The number of objects returned to the object pool.
|
static final java.lang.String NAME
static final int ObjectsCreatedCount
static final int ObjectsAllocatedCount
static final int ObjectsReturnedCount
static final int IdleObjectsSize