Counters for this category contain information for Web services gateways (WSGW). Examples include the number of synchronous and asynchronous requests and responses.
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 |
Synchronous requests | wsgwModule.synchronousRequests | The number of synchronous requests made | 5.0 | Per Web service | CountStatistic | Low |
Synchronous responses | wsgwModule.synchronousResponses | The number of synchronous responses made | 5.0 | Per Web service | CountStatistic | Low |
Asynchronous requests | wsgwModule.asynchronousRequests | The number of asynchronous requests made | 5.0 | Per Web service | CountStatistic | Low |
Asynchronous responses | wsgwModule.asynchronousResponses | The number of asynchronous responses made | 5.0 | Per Web service | CountStatistic | Low |