acceptCount controls a TCP stack parameter for a backlog.
The only way to monitor the backlog, would be to use tools for your operating system that let you introspect the TCP information the stack implementation provides

so that is one level of an accepted connection, accepted by the OS, but not yet dealt with by the Java application (tomcat). at this point, the system doesn't expose how many connections are registered with the NIO poller

Filip


dukehoops wrote:
we're using tomcat 6 nio with executor pool size much smaller than cxn
acceptCount. At some load the queue may start filling up, of course. Is
there a way to monitor accepted cxn queue size? didn't find anything in
catalina mbean.

thanks
-nikita

-----
----------------
Nikita Tovstoles
vside.com
----------------



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to