<div dir="ltr"><div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div class="gmail_quote"><div>I don't believe we have any JVM core dumps. I'm assuming we'd need to generate it when in the midst of the pegged CPU condition? If so, is that the "kill -3" technique or something else?</div></div></div></div></div></blockquote><div><br></div><div>I missed another opportunity to collect info during a lockup as I tried a "kill -3" and found that didn't dump any info anywhere that I could find. After digging around some more, I found that with Tomcat, that would show up in catalina.out, but we're running on Jetty. The Jetty log dir was empty.</div><div><br></div><div>I searched some more, and I think I found that this would work for Jetty:</div><div>sudo -u shibidp jstack [PID] > threaddump.log</div><div><br></div><div>Any additional pointers on getting a useful thread dump? Ideas on where "kill -3" might have dropped its data?</div><div><br></div><div>Thanks,</div><div>Mike</div><div><br></div><div><br></div><div><br></div></div></div></div>