Execution time of jdbc-works
Status: Beta
Brought to you by:
jkellerer
It would be great if the plugin could also monitor the execution time of hibernate works (Work-API).
In my applications I frequently call stored-procedures. The calles are wrapped by hibernate Works.
It would be interesting to have information about the execution times of those stored procedure calls
to identify bad performing prodedures.
Currently, hibernate doesn't expose this via JMX (at least not that I could find). With the current design of using the JMX exports of hibernate, it will be difficult to implement.
Did you find any standard JMX providers for this topic?