Counter definitions
Name | Key | Description | Version |
LookupTime | 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 |
RequestCount | orbPerfModule.totalRequests | The total number of requests sent to the ORB | 5.0 |
ConcurrentRequestCount | orbPerfModule.concurrentRequests | The number of requests that are concurrently processed by the ORB | 5.0 |
ProcessingTime | orbPerfModule.interceptors.processingTime | The time (in milliseconds) it takes a registered portable interceptor to run | 5.0 |
Name | Granularity | Type | Level | Overhead |
LookupTime | Object Request Broker (ORB) | TimeStatistic | All | Medium |
RequestCount | ORB | CountStatistic | All | Low |
ConcurrentRequestCount | ORB | RangeStatistic | All | High |
ProcessingTime | Per interceptor | TimeStatistic | All | Medium |