JPA Hibernate SQL

Questions about YourKit Java Profiler
Locked
webweb22
Posts: 1
Joined: Thu Mar 14, 2024 9:38 am

JPA Hibernate SQL

Post by webweb22 »

Hi there,

I am trying to figure out how to access my SQL-Statements with this Profiler to check how they are doing Performance wise. On the Welcome-Page I choose idea64.exe and Tomcat but none of those two show any SQL statements fired (it shows 0). I did not configure anything in yourkit, just installed it until now. Are there any guides or videos how to make this work?
Vladimir Kondratyev
Posts: 1659
Joined: Tue Aug 10, 2004 7:52 pm

Re: JPA Hibernate SQL

Post by Vladimir Kondratyev »

To get the results you need:

* Start CPU profiling https://www.yourkit.com/docs/java-profi ... .jsp#start

* Capture CPU or memory snapshot https://www.yourkit.com/docs/java-profi ... sp#capture

Best regards,
Vladimir Kondratyev
YourKit GmbH
http://www.yourkit.com
"Don't get lost in data, get information!"
Locked