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 |
Lookup time | orbPerfModule.referenceLookupTime | The time (in milliseconds) to look up an object reference before method dispatch can be carried out. An excessively long time can indicate an EJB container lookup problem. | 5.0 | Object Request Broker (ORB) | TimeStatistic | Medium |
Total requests | orbPerfModule.totalRequests | The total number of requests sent to the ORB | 5.0 | ORB | CountStatistic | Low |
Concurrent requests | orbPerfModule.concurrentRequests | The number of requests that are concurrently processed by the ORB | 5.0 | ORB | RangeStatistic | High |
Processing time | orbPerfModule.interceptors.processingTime | The time (in milliseconds) it takes a registered portable interceptor to run | 5.0 | Per interceptor | TimeStatistic | Medium |