com.ibm.websphere.pmi.stat
Interface WSObjectPoolStats
-
public interface WSObjectPoolStatsWebSphere 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
Fields Modifier and Type Field and Description static intIdleObjectsSizeAverage number of idle objects in the objects pool.static java.lang.StringNAMEThe Performance Monitoring Instrumentation (PMI) module name.static intObjectsAllocatedCountThe number of objects requested of and allocated by the object pool.static intObjectsCreatedCountThe number of new objects created by the object pool.static intObjectsReturnedCountThe 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:
- Constant Field Values
-
ObjectsCreatedCount
static final int ObjectsCreatedCount
The number of new objects created by the object pool. (CountStatistic)- See Also:
- Constant Field Values
-
ObjectsAllocatedCount
static final int ObjectsAllocatedCount
The number of objects requested of and allocated by the object pool. (CountStatistic)- See Also:
- Constant Field Values
-
ObjectsReturnedCount
static final int ObjectsReturnedCount
The number of objects returned to the object pool. (CountStatistic)- See Also:
- Constant Field Values
-
IdleObjectsSize
static final int IdleObjectsSize
Average number of idle objects in the objects pool. (BoundedRangeStatistic)- See Also:
- Constant Field Values
-
-