WCF 服务中并发打开的 TCP 连接
我们有一个具有多个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您更喜欢使用 PerfMon,请查看 这些性能计数器。
If you prefer to use PerfMon, have a look at these performance counters.
使用 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