Web 服务性能监控的最佳方法
我想监控网络服务。我想查看哪些方法被调用最多以及从 Web 服务发送的字节数。该服务托管在 IIS 7 上。是否有任何性能计数器?我们的服务是基于 WCF 的 Web 服务。
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 services are WCF based web services.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一个简单的选择是使用 Appabric 监控。
您将拥有一个完整的仪表板,包括呼叫比率和持续时间。
您还可以使用 WCF 内置性能计数器,例如操作计数器。请参阅此处
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