Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save birchestx/e3e3978871a5a44f767b8ff3bfc5a36d to your computer and use it in GitHub Desktop.
Save birchestx/e3e3978871a5a44f767b8ff3bfc5a36d to your computer and use it in GitHub Desktop.
java JVM commands
View number of threads open
ps huH p <PID_OF_U_PROCESS> | wc -l
e.g. do ps huH p 2016 | wc -l ; sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment