Skip to content

Instantly share code, notes, and snippets.

@mrmanc
Created January 5, 2016 10:17
Show Gist options
  • Save mrmanc/5df77b7075b710ab4543 to your computer and use it in GitHub Desktop.
Save mrmanc/5df77b7075b710ab4543 to your computer and use it in GitHub Desktop.
Blocked operations in jstack output
/usr/java/default/bin/jstack $1 | grep -A1 "java.lang.Thread.State: BLOCKED" | grep -v ^-- | grep -v "java.lang.Thread.State: BLOCKED" | sort | uniq -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment