====== Hibernate Statistics ====== * Hibernate는 자신의 정보를 MBean으로 내보내주는 기능을 가지고 있다. * 또한, ''SessionFactory.getStatistics()''를 통해 통계 정보를 볼 수도 있다. ===== 설정 ===== 프라퍼티에 등록해주는 것으로 끝. jconsole 등으로 보면된다. * ''hibernate.generate_statistics=true'' 로 설정하고 ''org.hibernate.stat''을 ''DEBUG'' 모드로 둘 것. * [[java:hibernate:log|Hibernate Log 남기기]] * [[https://docs.jboss.org/hibernate/orm/5.2/javadocs/org/hibernate/SessionFactory.html|SessionFactory.getStatistics()]] 사용 ===== 참조 ===== * [[http://java.dzone.com/articles/hibernate-statistics-hawtio|Hibernate Statistics with Hawtio and Jolokia]]