I am using IBM DB2. I want to introduce jamon to track sql performance. My connection url is:
jdbc:db2://localhost:50005/MyDB:currentSchema=CMSDB;
When I use Jamon, I am not sure what changes I should make to the url. I found an example for Sybase but unfortunately none for DB2.
Kindly help me out.