/ Published in: Bash
Returns a list of the number of connections by IP.
Expand |
Embed | Plain Text
# netstat -an | grep :80 | awk '{print $5}' | cut -f1 -d":" | sort | uniq -c | sort -n
You need to login to post a comment.
