Re: JMX 101 Question

2019-12-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 12/6/19 01:58, Jerry Malcolm wrote: > Hi Chris, > > See below > > On 12/5/2019 1:07 PM, Christopher Schultz wrote: Jerry, > > On 12/5/19 13:42, Jerry Malcolm wrote: I'm trying to add some code to monitor my jdbc data

Re: JMX 101 Question

2019-12-05 Thread Jerry Malcolm
Hi Chris, See below On 12/5/2019 1:07 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 12/5/19 13:42, Jerry Malcolm wrote: I'm trying to add some code to monitor my jdbc data connection pool. Before you do that, is this a pool that is

Re: JMX 101 Question

2019-12-05 Thread Luis Rodríguez Fernández
Hello Jerry, To be tested, but perhaps connectionProperties can help you on this? [1] Hope it helps, Luis [1] https://tomcat.apache.org/tomcat-9.0-doc/jdbc-pool.html El jue., 5 dic. 2019 a las 19:42, Jerry Malcolm () escribió: > I'm trying to add some code to monitor my jdbc data connection

Re: JMX 101 Question

2019-12-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jerry, On 12/5/19 13:42, Jerry Malcolm wrote: > I'm trying to add some code to monitor my jdbc data connection > pool. Before you do that, is this a pool that is application-managed? If Tomcat is managing the connection pool, then none of this is

JMX 101 Question

2019-12-05 Thread Jerry Malcolm
I'm trying to add some code to monitor my jdbc data connection pool.  Each time a connection is requested, I have some jmx code that logs values from the datasource mbean.  I haven't done much jmx coding.  So consider me a rookie on this topic.  I found some code on the web that does pretty