Note: With the instrumentation level set to anything other than MAX, the values may be less accurate for TimeStatistics and CountStatistics (and in the case of CountStatistics, such as numConnectionHandles, can even be negative). This is due to counters not being synchronized. Synchronizing counters is very expensive in terms of resources, so it is only done when the instrumentation level is set to MAX.
Name | Key | Description | Version | Granularity | Type | Level |
Method Calls | beanModule.methods.methodCalls | The number of calls to the bean methods (home, remote, local) | 3.5.5 and later | Per method or per home | CountStatistic | Max |
Method Response Time (ms) | beanModule.methods.methodRt | The average response time in milliseconds on the bean methods (home, remote, local) | 3.5.5 and later | Per method or per home | TimeStatistic | Max |
Concurrent Invocations | beanModule.method.methodLoad | The number of concurrent invocations to call a method | 5.0 | Per method or per home | RangeStatistic | Max |