Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有一个带有多个 TCP 端点的 WCF 服务。我有兴趣在任何给定时间监视并发打开连接的总数。是否有任何性能计数器可以让我们开箱即用地做到这一点?请注意,在我们的例子中,实例数 != 连接数。
如果您更喜欢使用PerfMon,请查看这些性能计数器。
使用 netstat 命令查看打开的 tcp 连接
http://technet.microsoft.com/en-us/library/bb490947.aspx