Displaying a list of active TCP connections using netstat
The netstat command using the following flags will display the number of active TCP connections on a server.
$ netstat -n -A inet -t
The netstat command using the following flags will display the number of active TCP connections on a server.
$ netstat -n -A inet -t