command count tcp state

Posted: 8th June 2009 by admin in network, system
Tags:
netstat -tan | grep ':80 ' | awk '{print $6}' | sort | uniq -c

You must be logged in to post a comment.