Web 服务性能监控的最佳方法

发布于 2024-11-25 18:09:40 字数 94 浏览 2 评论 0原文

我想监控网络服务。我想查看哪些方法被调用最多以及从 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 技术交流群。

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

发布评论

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

评论(1

飞烟轻若梦 2024-12-02 18:09:40

一个简单的选择是使用 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

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