|
Measures reported by WLEJBCacheTest
To improve the performance and the scalability of the EJB container, WebLogic server caches EJBs. This test collects measures related to the EJB caching activity performed by the WebLogic server.
The measures made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Activation_rate |
The sum total of the rate at which every bean from a particular EJB group have been activated |
Beans/Sec
|
  |
| Passivation_rate |
The sum total of the rate at which the every bean from a specific EJB group have been passivated |
Beans/Sec
|
  |
| Cache_hit_rate |
The sum total of the rate at which attempts to access every bean within an EJB group, from the cache succeeded |
Hits/Sec
|
  |
| Cache_miss_rate |
The sum total of the rate at which attempts to access every bean within an EJB group, from the cache failed |
Misses/Sec
|
  |
| Cache_hit_ratio |
The average of the percentage of time every bean in an EJB group was successfully accessed from the cache |
Percent
|
  |
| Beans_in_cache |
The number of beans in the cache |
Number
|
  |
|