Skip to content

Instantly share code, notes, and snippets.

@jwthanh
Created December 8, 2015 04:32
Show Gist options
  • Save jwthanh/8d81ab17cdb0f1d0230f to your computer and use it in GitHub Desktop.
Save jwthanh/8d81ab17cdb0f1d0230f to your computer and use it in GitHub Desktop.
netstat -tn 2>/dev/null | grep :80 | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -nr | head
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment