Resources
is not offered in a Unix/Linux user interface. However, it is possible to edit the
Resources
■“JDBC Connection Pool Settings” on page 77
■“Connector Connection Pool Settings” on page 80
JDBC Connection Pool Settings
For optimum performance of
J2EE applications use JDBC Resources to obtain connections that are maintained by the JDBC Connection Pool. More than one JDBC Resource is allowed to refer to the same JDBC Connection Pool. In such a case, the physical connection pool is shared by all the resources.
Monitoring JDBC Connection Pools
■numConnFailedValidation (count)Number of connections that failed validation.
■numConnUsed (range)Number of connections that have been used.
■numConnFree (count)Number of free connections in the pool.
■numConnTimedOut (bounded range)Number of connections in the pool that have timed out.
To get the statistics, use these commands:
asadmin get
Tuning JDBC Connection Pools
Set JDBC Connection Pool attributes with the Admin Console under Resources > JDBC > Connection Pools > PoolName. The following attributes affect performance:
■“Pool Size Settings” on page 78
Chapter 3 • Tuning the Enterprise Server | 77 |