Categories
Development

Profiling your J2EE application

I just started to profile our application. And apparently it was about time. 😉 When I see what takes time and the queries that are run there is a lot of room for improvement. Didn’t do much research but Yourkit is an excellent profiler. What caught my eye was the SQL profiling which I’m using extensively to track down queries Hibernate runs and identify cache and fetch tuning points. I’ve also identified a memory leak tied to class loading when reloading the application that I will be looking into.

Leave a Reply

Your email address will not be published. Required fields are marked *