I am searching for some way to monitor and gather info about existing connections to database in connection pool. For example some info about number of existing connections and another usable info about this.
Any suggestions how to do it ?
My technology stack is mybatis and spring-boot deployed on tomcat.