CLI command to check # of network connections for MySQL (port:3306)


sudo netstat -anlp | grep 3306 | grep TIME_WAIT -wc