|
Measures reported by WLEJBPoolTest
This test collects measures related to the bean pooling activity of the WebLogic server.
The measures made by this test are as
follows:
| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Beans_in_use |
The sum total of instances of every bean in an EJB group that are currently being used from the free pool |
Number
|
  |
| Idle_beans |
The sum total of the instances of every bean within an EJB group that are currently available in the free pool |
Number
|
  |
| Waiting_threads |
The sum total of threads currently waiting for every available bean instance in an EJB group |
Number
|
  |
| Threads_timeout_rate |
The sum total of the rate at which threads have timed out waiting for an available instance of every bean in an EJB group |
Threads/Sec
|
  |
|