Hacker News new | ask | show | jobs
by noss 5151 days ago
Reminds me how I use HPROF for profiling the JVM. It is my next step after doing the simpler

(while sleep 1; do jstack PID; done) | grep -A 10 THREADNAMEPATTERN