Re: How many threads does Jetty use?

2018-07-18 Thread Koji Kawamura
I'd take a NiFi thread dump and analyze it with a thread dump analyzing tool.
fastThread can be used to count number of thready grouped by thread
group. Pretty handy.
http://fastthread.io/

Thanks,
Koji

On Thu, Jul 19, 2018 at 6:41 AM, Peter Wicks (pwicks)  wrote:
> I know the default thread count for Jetty is 200, but is there a way to tell
> how many are actually being used and if I need to make adjustments?
>
>
>
> nifi.web.jetty.threads=200
>
>
>
> Thanks,
>
>   Peter


How many threads does Jetty use?

2018-07-18 Thread Peter Wicks (pwicks)
I know the default thread count for Jetty is 200, but is there a way to tell 
how many are actually being used and if I need to make adjustments?

nifi.web.jetty.threads=200

Thanks,
  Peter