Hi,
I plan to improve my app performance, check the caching + DB access + Hibernate works on proxy, lazy collection etc...So i need a tool!
I checked what is suggested on Hibernate docs, need suggestions from you guys :
- Until now i check Hibernate logs. It says everything, but now that i test the global app, difficult to read. For the moment i stay there with linux tail/grep things...
- p6spy maybe i didn't use it deep enough, just the jdbc view of what i had in mysql logs.
- JDBInsight seems complicated to me, on the console i need to add some server on port 1515, maybe it's only for people wo have J2EE server ?
- Iron Track : seems good tool, unfortunately i didn't succed to use it
Forgot to say, i don't use spring/c3po, but directly Hibernate with in Cocoon/Avalon pooling, itself running in Jetty, Tomcat will be next. DB=MySQL
Regards,
Phil
|