Run the Following command on the Linux Server to find out how many connetions are connected to the Server:
netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n
Run the Following command on the Linux Server to find out how many connetions are connected to the Server:
netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n
0 Responses to “Find out the connections to the Server”