eG Monitoring
 

Measures reported by GfEjbSLSBeanTest

The stateless container manages stateless session beans, which, by definition, do not carry client-specific states. All session beans (of a particular type) are considered equal. A stateless session bean container uses a bean pool to service requests.

This test monitors the stateless containers and reports the number and nature of methods that were invoked on each container. In the process, the test reports the status of the stateless session beans - whether they have just been created, or are in the ‘ready’ state, in the ‘passivate’ state, or have been removed from the container.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
Method_create_count Indicates the number of times the create method was invoked on this container. Number  
Method_ready_count Indicates the number of times in the last measurement period the ‘Ready’ method was invoked on this container. Number  
Remove_count Indicates the number of times the ‘remote’ method was invoked on the beans in this container during the last measurement period. Number