Web services counters

for properties of Web services counters.

Counters for this category contain information for the Web services.

Counter definitions

Name Key Description Version
LoadedWebServiceCount webServicesModule.numLoadedServices The number of loaded Web services 5.02 and above
ReceivedRequestCount webServicesModule.services.numberReceived The number of requests the service received 5.02 and above
DispatchedRequestCount webServicesModule.services.numberDispatched The number of requests the service dispatched or delivered 5.02 and above
ProcessedRequestCount webServicesModule.services.numberSuccessfull The number of requests the service successfully processed 5.02 and above
ResponseTime webServicesModule.services.responseTime The average response time, in milliseconds, for a successful request 5.02 and above
RequestResponseTime webServicesModule.services.requestResponseTime The average response time, in milliseconds, to prepare a request for dispatch 5.02 and above
DispatchResponseTime webServicesModule.services.dispatchResponseTime The average response time, in milliseconds, to dispatch a request 5.02 and above
ReplyResponseTime webServicesModule.services.replyResponseTime The average response time, in milliseconds, to prepare a reply after dispatch 5.02 and above
PayloadSize webServicesModule.services.size The average payload size in bytes of a received request or reply 5.02 and above
RequestPayloadSize webServicesModule.services.requestSize The average payload size in bytes of a request 5.02 and above
ReplyPayloadSize webServicesModule.services.replySize The average payload size in bytes of a reply 5.02 and above

Name Granularity Type Level Overhead
LoadedWebServiceCount Per service CountStatistic All Low
ReceivedRequestCount Per Web service CountStatistic All Low
DispatchedRequestCount Per Web service CountStatistic All Low
ProcessedRequestCount Per Web service TimeStatistic All Low
ResponseTime Per Web service TimeStatistic All High
RequestResponseTime Per Web service TimeStatistic All Medium
DispatchResponseTime Per Web service TimeStatistic All Medium
ReplyResponseTime Per Web service TimeStatistic All Medium
PayloadSize Per Web service TimeStatistic All Medium
RequestPayloadSize Per Web service TimeStatistic All Medium
ReplyPayloadSize Per Web service TimeStatistic All Medium