Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a nice GUI available for showing Hibernate statistics?

Hibernate exposes many internal metrics via the Statistics API. Is there an easy-to-use GUI that I can use to visualize these statistics? Bonus if there is a Grails plug-in for this.

like image 917
Ken Liu Avatar asked Sep 04 '10 03:09

Ken Liu


1 Answers

There are two plugins: http://grails.org/plugin/hibernate-stats and http://grails.org/plugin/app-info which includes Hibernate stats.

like image 72
Burt Beckwith Avatar answered Oct 11 '22 04:10

Burt Beckwith