Enterprise Java Bean counters

Data counters for this category report load values, response times, and life cycle activities for enterprise beans.

Name Key Description Granularity Type Level
Num creates beanModule.creates Number of times that beans were created Per home CountStatistic Low
Num removes beanModule.removes Number of times that beans were removed Per home CountStatistic Low
Num passivates beanModule.passivates Number of times that beans were passivated (entity and stateful) Per home CountStatistic Low
Num activates beanModule.activates Number of times that beans were activated (entity and stateful) Per home CountStatistic Low
Num loads beanModule.loads Number of times that bean data was loaded from persistent storage (entity) Per home CountStatistic Low
Num stores beanModule.stores Number of times that bean data was stored in persistent storage (entity) Per home CountStatistic Low
Num instantiates beanModule.instantiates Number of times that bean objects were instantiated Per home CountStatistic Low
Num destroys beanModule.destroys Number of times that bean objects were freed Per home CountStatistic Low
Ready beans beanModule.readyCount Number of concurrently ready beans (entity and session). This counter was called concurrent active in Versions 3.5.5+ and 4.0. Per home RangeStatistic High
Concurrent lives beanModule.concurrentLives Number of concurrently live beans Per home RangeStatistic High
Avg method RT (ms) beanModule.avgMethodRt Average response time in milliseconds on the bean methods (home, remote, local) Per home TimeStatistic High
Avg create time (ms) beanModule.avgCreateTime Average time in milliseconds that a bean create call takes including the time for the load if any Per home TimeStatistic Max
Avg load time (ms) beanModule.loadTime Average time in milliseconds for loading the bean data from persistent storage (entity) Per home TimeStatistic Medium
Avg store time (ms) beanModule.storeTime Average time in milliseconds for storing the bean data to persistent storage (entity) Per home TimeStatistic Medium
Avg remove time (ms) beanModule.avgRemoveTime Average time in milliseconds that a bean entries call takes including the time at the database, if any Per home TimeStatistic Max
Total method calls beanModule.totalMethodCalls Total number of method calls Per home CountStatistic High
Activation time (ms) beanModule.activationTime Average time in milliseconds that a beanActivate call takes including the time at the database, if any Per home TimeStatistic Medium
Passivation time (ms) beanModule.passivationTime Average time in milliseconds that a beanPassivate call takes including the time at the database, if any Per home TimeStatistic Medium
Active methods beanModule.activeMethods Number of concurrently active methods - the number of methods called at the same time. Per home TimeStatistic High
Gets from pool beanModule.getsFromPool Number of calls retrieving an object from the pool (entity and stateless) Per home and per object pool CountStatistic Low
Gets found beanModule.getsFound Number of times that a retrieve found an object available in the pool (entity and stateless) 3.5.5 and later Per home and per object pool CountStatistic Low
Returns to pool beanModule.returnsToPool Number of calls returning an object to the pool (entity and stateless) 3.5.5 and later Per home and per object pool CountStatistic Low
Returns discarded beanModule.returnsDiscarded Number of times that the returning object was discarded because the pool was full (entity and stateless) Per home and per object pool CountStatistic Low
Drains from pool beanModule.drainsFromPool Number of times that the daemon found the pool was idle and attempted to clean it (entity and stateless) Per home and per object pool CountStatistic Low
Avg drain size beanModule.avgDrainSize Average number of objects discarded in each drain (entity and stateless) Per home and per object pool TimeStatistic Medium
Pool size beanModule.poolSize Number of objects in the pool (entity and stateless) Per home and per object pool RangeStatistic High
Message count beanModule.messageCount Number of messages delivered to the bean onMessage method (message driven beans) Per type CountStatistic Low
Message backout count beanModule.messageBackoutCount Number of messages that failed to be delivered to the bean onMessage method (message driven beans) Per type CountStatistic Low
Server session wait time (ms) beanModule.avgSrvSessionWaitTime Average time to obtain a ServerSession from the pool (message drive bean) Per type TimeStatistic Medium
Server session usage beanModule.serverSessionUsage Percentage of the server session pool in use (message driven) Per type RangeStatistic High

 

See Also

Performance data organization
Warning: no string named [rprf_datacounter1a] found.