Windows – Increasing of max (more than 10) TCP Connections

connectiontcpwindowswindows-server-2008windows-server-2008-r2

I have the following problem on one of my servers:

Graph of TCP Connections monitor

On other servers max TCP Connections is dynamical and much more higher than 10.

How to increase max TCP Connections in this server in Windows Server 2008 R2?

Best Answer

This is a misconception on your side - the graph display of the resource monitor does not always auto-scale correctly, so what your graph is showing is that you have at least 10 currently open TCP connections, not that you have a maximum of 10 TCP connections. If you need to know the exact current number of open TCP connections, you could just use netstat -n | find /C /I "established" on the command line use Perfmon to monitor the "Established connections" counter value of the TCPv4 group.