이 콘텐츠는 선택한 언어로 제공되지 않습니다.
3.4.6. Hibernate statistics
If you enable
hibernate.generate_statistics, Hibernate exposes a number of metrics that are useful when tuning a running system via SessionFactory.getStatistics(). Hibernate can even be configured to expose these statistics via JMX. Read the Javadoc of the interfaces in org.hibernate.stats for more information.