Skip to content

Instantly share code, notes, and snippets.

@xexes
Created September 14, 2015 07:54
Show Gist options
  • Save xexes/a7783f0648857521f3aa to your computer and use it in GitHub Desktop.
Save xexes/a7783f0648857521f3aa to your computer and use it in GitHub Desktop.
sudo lsof | egrep "java"| egrep "TCP" | wc -l
sudo lsof | egrep "java" | wc -l
sudo lsof | egrep "java"| egrep "TCP|sock" | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment