Return to Snippet

Revision: 40260
at January 28, 2011 04:11 by klovera


Initial Code
# netstat -an | grep :80 | awk '{print $5}' | cut -f1 -d":" | sort | uniq -c | sort -n

Initial URL


Initial Description
Returns a list of the number of connections by IP.

Initial Title
Number of Connections by IP

Initial Tags
apache, ip

Initial Language
Bash