WCF 服务中并发打开的 TCP 连接

发布于 2024-07-14 03:54:47 字数 107 浏览 11 评论 0原文

我们有一个具有多个 TCP 端点的 WCF 服务。 我有兴趣监视任何给定时间并发打开连接的总数。 是否有任何性能计数器可以让我们开箱即用地执行此操作? 请注意,在我们的例子中,实例数!=连接数。

We have a WCF service with multiple TCP endpoints. I am interested in monitoring the total number of concurrent open connections at any given time. Are there any perfmon counters that will allow us to do this out of the box? Note that number of instances != number of connections in our case.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

偏爱你一生 2024-07-21 03:54:47

如果您更喜欢使用 PerfMon,请查看 这些性能计数器

If you prefer to use PerfMon, have a look at these performance counters.

雨落□心尘 2024-07-21 03:54:47

使用 netstat 命令查看打开的 tcp 连接

http://technet.microsoft.com /en-us/library/bb490947.aspx

Use the netstat command to view open tcp connections

http://technet.microsoft.com/en-us/library/bb490947.aspx

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