Skip to main content

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

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!

Back to the top