Skip to content

Instantly share code, notes, and snippets.

@keopx
Created October 15, 2015 13:32
Show Gist options
  • Save keopx/bdc2b432a4712b04c8e1 to your computer and use it in GitHub Desktop.
Save keopx/bdc2b432a4712b04c8e1 to your computer and use it in GitHub Desktop.
Check connections
netstat -alpn | grep :80 | awk '{print $5}' |awk -F: '{print $(NF-1)}' |sort | uniq -c | sort -nr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment