Hi, The MBean "Catalina:type=ThreadPool,name="http-nio-8080"" has an attribute called "keepAliveCount" but instead of the keep-alive connections it returns the sum of the number of the pollers' selection keys (as a result it usually reports a low number in the range 0-4 in my test setup). The closest thing to that count is "connectionCount" from the protocol handler, but it counts both keep-alive and non keep-alive connections.
So, is "keepAliveCount" just a bad naming/bug, or am I missing something ? What's the proper way to track the number of "keep-alive" connections ? Best regards, Svetlin