Tools to monitor JDBC Adapter connection usage

We’re using webMethods v6.1 on windows platform and we’d like to know if there is any tools available to monitor the JDBC Adapter connection usage in the pool?
Thanks!

Samuel,

You could at the WmART package in wm.art.admin.connection:getResourceStatistics. It will give you all the information about a specific db alias.

-Jordy

Jordy,

Thanks! It is very helpful for us to debug the issue.

Samuel