Re: jdbc pool jmx enhancements

2016-01-06 Thread Anthony Biacco
On Tue, Jan 5, 2016 at 4:11 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > > I'm using tomcat 8.0.30. > > > > Looking through the jmx mbeans i did not see the BorrowedCount or > > CreatedCount attributes as I did when using dbcp2. > > I use these in my monitoring software to grap

Re: jdbc pool jmx enhancements

2016-01-05 Thread Christopher Schultz
Anthony, On 12/23/15 6:16 PM, Anthony Biacco wrote: > I'm testing a move from dbcp2 pooling to tomcat's built in pooling. Note that, technically, Tomcat builds both DBCP2 and tomcat-pool into Tomcat releases. > I'm using tomcat 8.0.30. > > Looking through the jmx mbeans i did not see the Borrowe

jdbc pool jmx enhancements

2015-12-23 Thread Anthony Biacco
I'm testing a move from dbcp2 pooling to tomcat's built in pooling. I'm using tomcat 8.0.30. Looking through the jmx mbeans i did not see the BorrowedCount or CreatedCount attributes as I did when using dbcp2. I use these in my monitoring software to graph DB thread activity. What are the chances