The following table displays typical performance measures and definitions for WebSphere application server.
Performance Measure | Description |
---|---|
BeanModule | Specific data about deployed EJBs, such as how many beans were created. |
ConnectionPoolModule | Contains performance counters about JDBC connections, like how many JDBC connections are currently in the pool. |
JvmRuntimeModule | Java Virtual Machine specific performance counters. |
ServletSessionModule | Contains performance counters about servlet sessions, such as how many sessions are active or the average session live time. |
TransactionModule | Contains performance counters providing information about how many transactions are in progress or the average time required to execute one transaction. |
WebApplicationModule | Provides information about deployed servlets and JSPs, such as the average time required for the servlet to process requests. |