Netstat commands on Linux

To see the number of concurrent DNS requests at a time through the Smoothwall:

netstat -anp | grep dnsmasq | wc -l

To see the number of sessions open through the external connection:

netstat -an | wc -l

To see the process ID ofthe windows process using netstat:

netstat -a -n -o

Leave a comment