|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WSJDBCConnectionPoolStats
WebSphere JDBC connection pool stats interface.
JDBC connection pool stats are structured as follows in the PMI tree:
<server>
|
|__JDBC Connection Pools+
|
|__<JDBC provider 1>+
|
|_Data source A
|
|__<JDBC provider 2>+
|
|_Data source B
+ indicates logical group
StatDescriptor
is used to locate and access particular Stats in the PMI tree.
Example:
new StatDescriptor (new String[] {WSJDBCConnectionPoolStats.NAME, "JDBC provider 1"});
Field Summary | |
---|---|
static int |
AllocateCount
Total number of connections allocated (CountStatistic). |
static int |
CloseCount
Number of connections freed (CountStatistic). |
static int |
ConnectionHandleCount
Number of Connection objects in use for a particular connection pool (CountStatistic). |
static int |
CreateCount
Number of connections created (CountStatistic). |
static int |
FaultCount
The number of connection timeouts in the pool. |
static int |
FreedCount
Total number of connections returned to pool (CountStatistic). |
static int |
FreePoolSize
The number of free connections in the pool (BoundedRangeStatistic). |
static int |
JDBCTime
Amount of time in milliseconds spent executing in the JDBC driver (TimeStatistic). |
static int |
ManagedConnectionCount
Number of ManagedConnection objects in use for a particular connection pool (CountStatistic). |
static java.lang.String |
NAME
Stats name of the top level JDBC connection pool logical group in PMI tree. |
static int |
PercentMaxed
Average percent of the time that all connections are in use (RangeStatistic). |
static int |
PercentUsed
Average percent of the pool that is in use (RangeStatistic). |
static int |
PoolSize
The size of connection pool (BoundedRangeStatistic). |
static int |
PrepStmtCacheDiscardCount
Total number of statements discarded by the LRU algorithm of the prepared statement cache (CountStatistic). |
static int |
UseTime
Average time a connection is used (TimeStatistic). |
static int |
WaitingThreadCount
Number of threads that are currently waiting for a connection (RangeStatistic). |
static int |
WaitTime
Average waiting time in milliseconds until a connection is granted (TimeStatistic). |
Field Detail |
---|
static final java.lang.String NAME
<server>
|
|__JDBC Connection Pools+
static final int CreateCount
static final int CloseCount
static final int AllocateCount
static final int FreedCount
static final int PoolSize
static final int FreePoolSize
static final int WaitingThreadCount
static final int FaultCount
static final int PercentUsed
static final int PercentMaxed
static final int UseTime
static final int WaitTime
static final int ManagedConnectionCount
static final int ConnectionHandleCount
static final int PrepStmtCacheDiscardCount
static final int JDBCTime
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |