com.ibm.websphere.pmi.stat

Interface WSObjectPoolStats


  1. 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
  1. static
  2. int
IdleObjectsSize
Average number of idle objects in the objects pool.
  1. static
  2. java.lang.String
NAME
The Performance Monitoring Instrumentation (PMI) module name.
  1. static
  2. int
ObjectsAllocatedCount
The number of objects requested of and allocated by the object pool.
  1. static
  2. int
ObjectsCreatedCount
The number of new objects created by the object pool.
  1. static
  2. int
ObjectsReturnedCount
The number of objects returned to the object pool.

Field Detail

NAME

  1. static final java.lang.String NAME
The Performance Monitoring Instrumentation (PMI) module name.
See Also:

ObjectsCreatedCount

  1. static final int ObjectsCreatedCount
The number of new objects created by the object pool. (CountStatistic)
See Also:

ObjectsAllocatedCount

  1. static final int ObjectsAllocatedCount
The number of objects requested of and allocated by the object pool. (CountStatistic)
See Also:

ObjectsReturnedCount

  1. static final int ObjectsReturnedCount
The number of objects returned to the object pool. (CountStatistic)
See Also:

IdleObjectsSize

  1. static final int IdleObjectsSize
Average number of idle objects in the objects pool. (BoundedRangeStatistic)
See Also: