Return to Snippet

Revision: 21102
at December 3, 2009 11:38 by tobewan


Initial Code
netstat -plan|grep :80|grep -E "(EST|LIST)"|awk {'print $5'}|cut -d: -f 1|sort|uniq -c|sort -nk 1

Initial URL


Initial Description


Initial Title
Print the number of established and listening connections to your server on port 80 per each IP address

Initial Tags
server

Initial Language
Bash