|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
WebSphere Application Server Object Pool Stats interface.
Object Pool statistics are structured as follows in the PMI tree:
Field Summary | |
---|---|
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. |
Field Detail |
public static final java.lang.String NAME
public static final int ObjectsCreatedCount
public static final int ObjectsAllocatedCount
public static final int ObjectsReturnedCount
public static final int IdleObjectsSize
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |