简体   繁体   English

IIS 7上运行的Web服务请求数

[英]web service number of requests running on IIS 7

I want to know if there is anyway to determine how many calls per second are made on a WebMethod in my webservice? 我想知道是否可以确定在我的Web服务中的WebMethod上每秒进行多少次呼叫? Thanks 谢谢

There is no built-in way to do so. 没有内置的方法可以这样做。 Options: 选项:

  • process IIS logs 处理IIS日志
  • add custom perf counters for your particular method 为您的特定方法添加自定义性能计数器
  • add tracing and process resulting logs. 添加跟踪并处理生成的日志。
  • if it is the only call made to your server than existing perf counters can be used. 如果这是对服务器的唯一调用,则可以使用现有的性能计数器。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM