9 ms·
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 THREADNAMEPATTER
by noss 14y 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