Skip to Content

Revision of Find out how many connections you have from a single IP from Thu, 02/11/2006 - 7:14pm

The revisions let you track differences between multiple versions of a post.

MSameer's picture

Ever wondered how many connections you have from each single IP ? netstat -tn | grep :80 | awk '{print $5}' | sed -e 's/:.*//' | sort | uniq -c | sort -nr | head -n 25

Credits:



Dr. Radut | book