com.ibm.websphere.pmi.stat
Interface WSObjectPoolStats
- public interface WSObjectPoolStats
WebSphere Application Server Object Pool Stats interface.
Object Pool statistics are structured as follows in the PMI tree:<server>
|__Object Pools+
|__<ObjectPool_A>
|__<ObjectPool_B>
Field Summary
Modifier and Type | Field and Description |
---|---|
|
IdleObjectsSize
Average number of idle objects in the objects pool.
|
|
NAME
The Performance Monitoring Instrumentation (PMI) module name.
|
|
ObjectsAllocatedCount
The number of objects requested of and allocated by the object pool.
|
|
ObjectsCreatedCount
The number of new objects created by the object pool.
|
|
ObjectsReturnedCount
The number of objects returned to the object pool.
|
Field Detail
NAME
- static final java.lang.String NAME
The Performance Monitoring Instrumentation (PMI) module name.
See Also:
ObjectsCreatedCount
- static final int ObjectsCreatedCount
The number of new objects created by the object pool. (CountStatistic)
See Also:
ObjectsAllocatedCount
- static final int ObjectsAllocatedCount
The number of objects requested of and allocated by the object pool. (CountStatistic)
See Also:
ObjectsReturnedCount
- static final int ObjectsReturnedCount
The number of objects returned to the object pool. (CountStatistic)
See Also:
IdleObjectsSize
- static final int IdleObjectsSize
Average number of idle objects in the objects pool. (BoundedRangeStatistic)
See Also: