Created
April 12, 2013 18:59
-
-
Save garlandkr/5374281 to your computer and use it in GitHub Desktop.
checking java thread stack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jstack `cat /var/run/logstash.pid` | grep '^"' | awk -F\" '{print $2}' | sed -re 's/[0-9]+/XXX/g' |sort -n | uniq -c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment