|
Project Information
-
Activity
None
-
Project feeds
- Code license
-
GNU Lesser GPL
-
Labels
hibernate,
monitoring,
performance,
executiontime,
optimization,
tracking,
query,
dirtycheck,
entityflush,
HQL,
SQL,
Spring,
JMX
Featured
Links
|
ZenTrackerTroubleshooting 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.xThe 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
Framework versions Hibernate 3.2.x / Spring 2.5.x The same explanation in French can be found at http://www.zenika.com/blog
|