XNIO / Undertow - queue size for IO threads

91 Views Asked by At

Undertow web server (or XNIO TCP server) accepts requests in the IO threads. If IO thread blocks, requests are accumulated in the queue.

Is there a way to track size of these queues (e.g. JMX)? What would be a good approach to track it?

0

There are 0 best solutions below