Thursday, January 26, 2012

Profiling JPA/Hibernate

The screen cast below shows the capabilities of the JPA/Hibernate probe in JProfiler. It presents the events view of the probe that shows a chronological progression of persistence operations as well as the hot spots view that shows back traces and associated JDBC statements.

Please enable Javascript to view the screen cast

4 comments:

  1. Really cool feature :) I always needed JPA persistency operations measures for my Java EE based applications to optimize some queries and couldn't find anything easy, handy and usefull for this job. Good stuff ! :)

    Ps. Is / will be this screencast available on youtube ? I would like to share this screencast on my blog and would be glad to get share access to this podcast.

    ReplyDelete
  2. Thanks for the positive feedback! Youtube is a good idea, I've uploaded all screen casts to my account:

    http://www.youtube.com/user/IngoKegel/featured

    ReplyDelete
  3. Great :) Thanks a million. I shared this screencast on my blog.
    Similar feature for NoSQL DBs (NoSQL Profiling) would be highligly recommended (since two years lots of Java EE based applcations moved to NoSQL DBs).
    For instance for DBs such as: Neo4j, Mongo DB, CouchDB this feature would be worth of considering :)

    ReplyDelete
  4. NoSQL probes are planned for JProfiler 8. Please feel free to add a link to your blog here.

    ReplyDelete