Skip to content

Instantly share code, notes, and snippets.

@shijinkui
Created April 12, 2012 15:14
Show Gist options
  • Save shijinkui/2368040 to your computer and use it in GitHub Desktop.
Save shijinkui/2368040 to your computer and use it in GitHub Desktop.
netstat command
netstat -an | grep 11214 |awk '{print $5}' |awk -F ':' '{print $1}' |sort -n |uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment