简体   繁体   中英

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? Thanks

There is no built-in way to do so. Options:

  • process IIS logs
  • 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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