Skip to content

Instantly share code, notes, and snippets.

@hajimeni
Created March 7, 2018 06:44
Show Gist options
  • Save hajimeni/127915e5bdfc5806a1004f98feba6e2d to your computer and use it in GitHub Desktop.
Save hajimeni/127915e5bdfc5806a1004f98feba6e2d to your computer and use it in GitHub Desktop.
接続元確認
netstat -tan|grep "9200"|awk '{print $5}'|cut -d : -f4|sort -n |uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment