Hi,

On Wed, Jun 14, 2017 at 11:34 AM, Simon Kulessa <[email protected]> wrote:
> Here a dump (collected via jmx):
>
> org.eclipse.jetty.server.Server@f415a95 - STARTED
>  += bootique-http{STARTED,1<=12<=13,i=10,q=0} - STARTED

So the server is indeed idle, i=10 q=0 means 10 idle threads and zero
tasks in the queue.

The thread pool is insanely small if you want to perform load tests,
but still the server is idle, so...

Not much more that we can say: looks like either you don't complete
your responses, or you don't send any request.

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to