Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 366 Bytes

MyBatis Metrics Basic

Measuring data access layer (MyBatis) performance with DropWizard metrics ( the main use case is just the amount of time it takes to complete each query).

Here is what it looks like in MBeans plugin of VisualVM:

visual vm screenshot


Inspired by tguzik's project