perfmon.exe 中 WCF 计数器的含义

发布于 2024-08-21 07:46:33 字数 244 浏览 7 评论 0原文

我想使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悸初 2024-08-28 07:46:33

服务可以通过许多端点公开。一个服务可以包含许多操作。

您选择哪些计数器取决于您想要监视的内容。

例如:

  • 您是否对调用 http 端点的次数感兴趣
  • 您是否对调用 TakeMoneyOutOfABankAccount 的次数感兴趣
  • 您是否对调用 SecurityService 的次数感兴趣

有关详细信息,请参阅:

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:

  • Are you interested in how many times the http endpoint is called
  • Are you interested in how many times the TakeMoneyOutOfABankAccount is called
  • Are you interested in how many times the SecurityService is called

For details see:

http://msdn.microsoft.com/en-us/library/ms735098.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文