开发者

Best way to performance monitor for Web services

开发者 https://www.devze.com 2023-03-21 09:44 出处:网络
I would like to monitor web services. I would like to see which methods got called the most and number of bytes sent from a web services. The service is hosted on IIS 7. are there any performance coun

I would like to monitor web services. I would like to see which methods got called the most and number of bytes sent from a web services. The service is hosted on IIS 7. are there any performance counters for that? our servic开发者_StackOverflow社区es are WCF based web services.


An easy option is to use Appabric Monitoring. You will have a complete dashboard including calls ratio and duration.

You can also use WCF built-in performance counters such as Operation counters. See here

0

精彩评论

暂无评论...
验证码 换一张
取 消