How do we configure such that we obtain Hibernate statistics through JMX in Spring MVC based web applications. Is there any better way of tracking Hibernate performance.
How do we configure such that we obtain Hibernate statistics through JMX in Spring
Share
Set
hibernate.generate_statisticstotrue(either inpersistence.xmlor inhibernate.cfg.xmlor in your session factory bean configuration). Then register this bean:(If you are not using JPA, just specify your
sessionFactorybean instead of getting it through the EMF)And finally you need an mbean server and exporter: