eG Monitoring
 

Measures reported by WLEJBPoolsTest

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  
Thread_timeouts The sum total of the number of threads that have timed out waiting for an available instance of every bean in an EJB group Number  
Access_attempts An access attempt is an attempt made to get an instance of a bean from the free pool. The Access_attempts measure reports the sum total of all such attempts made for every bean in an EJB group. Number This measure will be available on WebLogic servers 8.0 and above only
Missed_attempts A missed attempt is a failed attempt made to get an instance of a bean from the free pool. The Missed_attempts measure reports the sum total of all such failed attempts made for every bean in an EJB group. Number This measure will be available on WebLogic servers 8.0 and above only
Destroyed_beans If an instance of a bean (in an EJB group) from a pool was destroyed due to a non-application Exception being thrown from it, then the bean is deemed destroyed. The Destroyed_beans measure reports the sum total of all the beans in an EJB group that threw a non-application Exception. Number This measure will be available on WebLogic servers 8.0 and above only