Web Service 网关计数器
这些服务集成总线 Web Service 网关计数器包含在性能监控基础结构 (PMI) 中,PMI 提供服务器端监视和客户端 API 以检索性能信息。Web Service 网关计数器的示例是同步和异步请求与响应的数量。
要查看可用 PMI 计数器列表,请使用管理控制台浏览至
。名称 | 键 | 标识 | 描述 | 详细程度 | 类型 | 级别 | 开销 |
---|---|---|---|---|---|---|---|
AsynchronousRequestCount | wsgwModule.asynchronousRequests | 3 | 进行异步请求的次数。 | 每个 Web Service | CountStatistic | 全部 | 低 |
AsynchronousResponseCount | wsgwModule.asynchronousResponses | 4 | 进行异步响应的次数。 | 每个 Web Service | CountStatistic | 全部 | 低 |
SynchronousRequestCount | wsgwModule.synchronousRequests | 1 | 进行同步请求的次数。 | 每个 Web Service | CountStatistic | 全部 | 低 |
SynchronousResponseCount | wsgwModule.synchronousResponses | 2 | 进行同步响应的次数。 | 每个 Web Service | CountStatistic | 全部 | 低 |