Counters for this category contain information for the Web services.
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 |
Number of Web services | webServicesModule.numLoadedServices | The number of loaded Web services | 5.02 and above | Per service | CountStatistic | Low |
Number of requests received | webServicesModule.services.numberReceived | The number of requests the service received | 5.02 and above | Per Web service | CountStatistic | Low |
Number of requests dispatched | webServicesModule.services.numberDispatched | The number of requests the service dispatched or delivered | 5.02 and above | Per Web service | CountStatistic | Low |
Number of requests processed successfully | webServicesModule.services.numberSuccessfull | The number of requests the service successfully processed | 5.02 and above | Per Web service | TimeStatistic | Low |
Average response time | webServicesModule.services.responseTime | The average response time, in milliseconds, for a successful request | 5.02 and above | Per Web service | TimeStatistic | High |
Average request response time | webServicesModule.services.requestResponseTime | The average response time, in milliseconds, to prepare a request for dispatch | 5.02 and above | Per Web service | TimeStatistic | Medium |
Average dispatch response time | webServicesModule.services.dispatchResponseTime | The average response time, in milliseconds, to dispatch a request | 5.02 and above | Per Web service | TimeStatistic | Medium |
Average reply response time | webServicesModule.services.replyResponseTime | The average response time, in milliseconds, to prepare a reply after dispatch | 5.02 and above | Per Web service | TimeStatistic | Medium |
Average payload size | webServicesModule.services.size | The average payload size in bytes of a received request or reply | 5.02 and above | Per Web service | TimeStatistic | Medium |
Average request payload size | webServicesModule.services.requestSize | The average payload size in bytes of a request | 5.02 and above | Per Web service | TimeStatistic | Medium |
Average reply payload size | webServicesModule.services.replySize | The average payload size in bytes of a reply | 5.02 and above | Per Web service | TimeStatistic | Medium |