ZenTracker
Troubleshooting and development tool allowing to transparently monitor Hibernate activity, in order to gather sufficient information to start an optimization process :
- Entity statistics (select, insert, update, delete) sorted by type
- Collection modifications, logging the add and removal of entities
- Logging the dirty properties (entity, property, previous and new values)
- Tracking execution times of SQL queries (max, min and average) without any third-party JDBC tool
Version 1.x
The version 1.x of ZenTracker has the following new features :
- Spring integration : Making ZenTracker work is as simple as adding a bean definition in the applicationContext.xml
- JMX Integration out of the box for gathering the statistics
- No need to modify an existing Hibernate interceptor
- On web environments JMX integration per HttpSession, and for each session per HttpRequest
The same explanation in French can be found at http://www.zenika.com/blog
