Re: Access to thread pool task queue size via JMX

2019-02-20 Thread Mark Thomas
On 19/02/2019 08:20, Huxing Zhang wrote: > Hi, > > Currently Tomcat's thread pool implementation, which is under > org.apache.tomcat.util.net.AbstractEndpoint, does not expose task > queue size via JMX, while in > org.apache.catalina.core.StandardThreadExecutor it can be accessed via > JMX. > > T

Access to thread pool task queue size via JMX

2019-02-19 Thread Huxing Zhang
Hi, Currently Tomcat's thread pool implementation, which is under org.apache.tomcat.util.net.AbstractEndpoint, does not expose task queue size via JMX, while in org.apache.catalina.core.StandardThreadExecutor it can be accessed via JMX. The background is that I am involved with a project to auto