In our project we do some monitoring for different instances of ThreadPoolExecutor
s from inside the code and that would be convenient to fetch (not as a JMX bean, but the real instance) Tomcat's HTTP NIO executor and treat it the same way we treat the rest of the executors. Can it probably be done?
As an example of the way it could be done: Fetching JBoss ThreadPool instance
Apache Tomcat version: 8.5.15