Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] How to get all current HTTP requests in progress

Jetty 9 is now at End of Community Support.

See: https://github.com/eclipse/jetty.project/issues/7958

In Jetty 10+ thread depletion often points at misconfigured Threading (inappropriate decisions based on your webapps' usage).

Joakim Erdfelt / joakim@xxxxxxxxxxx


On Wed, Jun 21, 2023 at 6:56 AM jdison16--- via jetty-users <jetty-users@xxxxxxxxxxx> wrote:
Hello!

I am using latest version of jetty-9 (embedded).
Sometimes all threads serving HTTP requests are depleted.  I want to be able to see the list of all HTTP requests currently being processed.  Something similar to Apache web server's /server-status handler.

Is it possible to do this and how?

Thanks!
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top