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

Okay, let this question be for Jetty 10+.
May be Threading is misconfigured, but the question is: how can I get the list of currently serving requests?

Thanks in advance!

On Tuesday, June 27, 2023 at 12:12:51 AM GMT+3, Joakim Erdfelt <joakim@xxxxxxxxxxx> wrote:


Jetty 9 is now at End of Community Support.


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