Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty LoadTests and no available selectors

Hi,

On Wed, Jun 14, 2017 at 11:34 AM, Simon Kulessa <simon.kulessa@xxxxxxxxx> 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.


Back to the top