BeanModule data counters
- Data counter definitions
Name Description Version Granularity Type Level creates Number of times beans were created 3.5.5 and above per home CountStatistic Low removes Number of times beans were removed 3.5.5 and above per home CountStatistic Low passivates Number of times beans were passivated (entity and stateful) 3.5.5 and above per home CountStatistic Low activates Number of times beans were activated (entity and stateful) 3.5.5 and above per home CountStatistic Low persistence loads Number of times bean data was loaded from persistent storage (entity) 3.5.5 and above per home CountStatistic Low persistence stores Number of times bean data was stored in persistent storage (entity) 3.5.5 and above per home CountStatistic Low instantiations Number of times bean objects were instantiated 3.5.5 and above per home CountStatistic Low destroys Number of times bean objects were freed 3.5.5 and above per home CountStatistic Low Num Ready Beans Number of concurrently ready beans (entity and session). This counter was called concurrent active in Versions 3.5.5+ and 4.0. 3.5.5 and above per home RangeStatistic High concurrent live Number of concurrently live beans 3.5.5 and above per home RangeStatistic High avg method rsp time Average response time in milliseconds on the bean methods (home, remote, local) 3.5.5 and above per home TimeStatistic High avg method rsp time for create Average time in milliseconds a bean create call takes including the time for the load if any 5.0 per home TimeStatistic Medium avg method rsp time for load Average time in milliseconds for loading the bean data from persistent storage (entity) 5.0 per home TimeStatistic Medium avg method rsp time for store Average time in milliseconds for storing the bean data to persistent storage (entity) 5.0 per home TimeStatistic Medium avg method rsp time for remove Average time in milliseconds a bean entries call takes including the time at the database, if any 5.0 per home TimeStatistic Medium total method calls total number of method calls 3.5.5 and above per home CountStatistic High avg method rsp time for activation Average time in milliseconds a beanActivate call takes including the time at the database, if any 5.0 per home TimeStatistic Medium avg method rsp time for passivation Average time in milliseconds a beanPassivate call takes including the time at the database, if any 5.0 per home TimeStatistic Medium active methods Number of concurrently active methods - num methods called at the same time. 3.5.5 and above per home TimeStatistic High Per method invocations Number of calls to the bean methods (home, remote, local) 3.5.5 and above per method/per home CountStatistic Max Per method rsp time Average response time in milliseconds on the bean methods (home, remote, local) 3.5.5 and above per home TimeStatistic Max Per method concurrent invocations Number of concurrent invocations to call a method 5.0 per method/per home RangeStatistic Max getsFromPool Number of calls retrieving an object from the pool (entity and stateless) 3.5.5 and above per home/object pool CountStatistic Low getsFound Number of times a retrieve found an object available in the pool (entity and stateless) 3.5.5 and above per home/object pool CountStatistic Low returnsToPool Number of calls returning an object to the pool (entity and stateless) 3.5.5 and above per home/object pool CountStatistic Low returnsDiscarded Number of times the returning object was discarded because the pool was full (entity and stateless) 3.5.5 and above per home/object pool CountStatistic Low drainsFromPool Number of times the daemon found the pool was idle and attempted to clean it (entity and stateless) 3.5.5 and above per home/object pool CountStatistic Low avgDrainSize Average number of objects discarded in each drain (entity and stateless) 3.5.5 and above per home/object pool TimeStatistic Medium avgPoolSize Number of objects in the pool (entity and stateless) 3.5.5 and above per home/object pool RangeStatistic High messageCount Number of messages delivered to the bean onMessage method (message driven beans) 5.0 per type CountStatistic Low messageBackoutCount Number of messages failed to be delivered to the bean onMessage method (message driven beans) 5.0 per type CountStatistic Low serverSessionWait Average time to obtain a ServerSession from the pool (message drive bean) 5.0 per type TimeStatistic Medium serverSessionUsage Percentage of server session pool in use (message driven) 5.0 per type RangeStatistic High