perfmon.exe 中 WCF 计数器的含义
我想使用 PerfMon.exe 监视对 WCF 服务的调用,但我不明白必须使用哪个计数器。我尝试了“调用”和“实例”,但结果始终为 0。
你能解释一下计数器的含义吗?
而且,还有3组计数器:
- ServiceModelEndpoint
- ServiceModelOperation
- ServiceModelService
它们的含义是什么?
先感谢您。
I would like to use PerfMon.exe to monitor the calls to a WCF service, but I don't understand which counter I have to use. I tried Calls and Instance but the result is always 0.
Could you explain me the meaning of counters?
Moreover, there are 3 groups of counters:
- ServiceModelEndpoint
- ServiceModelOperation
- ServiceModelService
What is their meaning?
Thank you in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
服务可以通过许多端点公开。一个服务可以包含许多操作。
您选择哪些计数器取决于您想要监视的内容。
例如:
有关详细信息,请参阅:
http://msdn.microsoft.com/en-us/library/ms735098.aspx
A Service can be exposed via many endpoints. A service can contain many operations.
Which counters you choose depends on what you want to monitor.
For example:
For details see:
http://msdn.microsoft.com/en-us/library/ms735098.aspx