how to get hotspots with waiting threads

Questions about YourKit Java Profiler
Locked
catiatrubiani
Posts: 2
Joined: Fri Oct 22, 2021 10:03 am

how to get hotspots with waiting threads

Post by catiatrubiani »

Hi,

we are interested to retrieve hotpots including waiting threads. Is it possible? How to understand the relationship between waiting threads and hotspot methods?

Thanks a lot in advance for your valuable feedback!
Anton Katilin
Posts: 6172
Joined: Wed Aug 11, 2004 8:37 am

Re: how to get hotspots with waiting threads

Post by Anton Katilin »

Please consider CPU profiling with wall time measurment: https://www.yourkit.com/docs/java/help/times.jsp

Also there is dedicated monitor profiling: https://www.yourkit.com/docs/java/help/ ... filing.jsp
Locked