Skip to content

Instantly share code, notes, and snippets.

@eatgrass
Last active February 28, 2017 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eatgrass/82d882bbc2e6ae1d34f22c6ce315ff2f to your computer and use it in GitHub Desktop.
Save eatgrass/82d882bbc2e6ae1d34f22c6ce315ff2f to your computer and use it in GitHub Desktop.
net state
netstat -nat|grep 8080|awk '{print $6}' |sort|uniq -c|sort -rn
lsof -i:8080|awk '{print $10}' |sort|uniq -c|sort -rn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment