Hi all, I'm interested in knowing how many new incoming connections are being created, possibly per connector. Does Tomcat have such a thing? I assume it would involve counting calls to ServerSocketChannel.accept() or something like that. I see the GlobalRequestProcessor MBean has a request count, but I would also like to know connection count.
Thank you John