|
Measures reported by SapWasBeanTest
The SapWasBeanTest measures the efficiency with which the EJB Container Service manages the enterprise bean instances deployed on the server. The EJB Container provides all the services that are required by an EJB application, such as transaction and security management, clustering, persistence, network distribution of remote clients, scalable management of resources, and so on.
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Bean_creations |
The number of times a bean has been created since the last measurement period |
Number |
The detailed diagnosis of the Bean_creations measure, if enabled, provides an individual bean-wise breakup of the current pool size, and the number of additions and removals.
|
| Bean_removals |
The number of times a bean has been removed since the last measurement period |
Number |
  |
| Current_pool_size |
The Number of bean instances provided by this pool, which are currently used by the application or are stored in the pool |
Number |
  |
| Bean_activations |
The number of times a bean instance has been activated since the last measurement period
|
Number |
  |
| Bean_passivations |
The number of times a bean instance has been passivated or deactivated since the last measurement period
|
Number |
  |
| Active_sessions |
The number of bean sessions that are currently active
|
Number |
  |
| Passive_sessions |
The number of bean sessions that are currently passive
|
Number |
  |
| Completed_sessions |
The number of bean sessions that were completed since the last measurement period
|
Number |
  |
| Bean_stores |
The number of entity bean instances that were stored in the database since the last measurement period
|
Number |
  |
| Bean_loads |
The number of entity bean instances that were loaded to the EJB container from the database since the last measurement period
|
Number |
  |
|