eG Monitoring
 

Measures reported by EJBContStatTest

This test reports the time taken by the BES EJB container for performing various activities.

The measures made by this test are as follows:

Measurement Description Measurement Unit Interpretation
DispatchPOA Time spent on receiving the TCP request, and sending the reply Secs  
DispatchHome Time spent in the container dispatching methods to EJBHome objects Secs  
DispatchRemote Time spent in the container dispatching methods to EJBRemote objects Secs  
DispatchBean Time spent in the bean methods Secs  
ResourceCommit Time spent specifically in committing the work done on the resource (that is, in committing to a database such as Oracle) Secs  
Synchronization Time spent in various Synchronization callbacks Secs  
LoadClass Time spent loading classes from EJB Jars, etc. (startup cost only) Secs  
ORBActivate Time spent in the ORB, allocating objects from pools Secs  
ORBDeactivate Time spent in the ORB, releasing objects to pools Secs