Debugging Connections Engineeringπ¨βπ» • Nov 14, 2016 To find number of unique connections per IP address, sorted from max to min: netstat -antu | grep :80 | grep -v LISTEN | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -rn To exclude localhost connections, add grep -v 127.0.0.1 in the end. Subscribe to our newsletter Get the latest posts delivered right to your inbox. Your email address Subscribe Now check your inbox and click the link to confirm your subscription. Please enter a valid email address Oops! There was an error sending the email, please try later. Srujan You should go to about section on this site. Recommended for you drafts Devops flow 5 months ago • 2 min read Engineeringπ¨βπ» Enforcing pre-commit hooks 8 days ago • 1 min read Engineeringπ¨βπ» Passing docker images without registry a month ago • 1 min read