Skip to content

Instantly share code, notes, and snippets.

@idletekz
Created January 26, 2018 05:25
Show Gist options
  • Save idletekz/22e1c73671754a2c71f87b06777ae946 to your computer and use it in GitHub Desktop.
Save idletekz/22e1c73671754a2c71f87b06777ae946 to your computer and use it in GitHub Desktop.
https://dzone.com/articles/how-analyze-java-thread-dumps
ps -o nlwp <pid>
NLWP stands for Number of LightWeight Processes which is the number of threads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment