Nothing new, just for copy and paste purposes
# netstat -ant | grep :80 | awk '{print $6}' | sort | uniq -c | sort -n 1 CLOSING 1 LISTEN 2 LAST_ACK 11 FIN_WAIT2 16 FIN_WAIT1 67 ESTABLISHED 425 TIME_WAIT
Nothing new, just for copy and paste purposes
# netstat -ant | grep :80 | awk '{print $6}' | sort | uniq -c | sort -n 1 CLOSING 1 LISTEN 2 LAST_ACK 11 FIN_WAIT2 16 FIN_WAIT1 67 ESTABLISHED 425 TIME_WAIT