Skip to content

gvasquez95/tomcat-dbpools-metrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

tomcat-dbpools-metrics

Get Tomcat's Database Pools utilization metrics

If you have several Apache Tomcat instances, have you ever wondered how their database connection pool are behaving? Last week, we had an outage in our of our services, due to a under estimated connection pool so, we had the motivation to gain observability on these resources' metrics, initially at least active and maximum configured connections per pool.

Currently we have pools only for PostgreSQL and HSQLDB so, those will be the cases considered in our first approach. Metrics will be sent to AWS CloudWatch for further analysis / alarms.

Metrics How-To

Approach taken: JMXProxy

Initial draft shell script in file

Resources

About

Get Tomcat's Database Pools utilization metrics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages