Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expose jetty thread pool details #5871

Closed
aro opened this issue Dec 13, 2017 · 0 comments
Closed

Expose jetty thread pool details #5871

aro opened this issue Dec 13, 2017 · 0 comments
Assignees

Comments

@aro
Copy link
Contributor

aro commented Dec 13, 2017

Add interface to expose jetty thread pool details:

    int getThreads();
    int getIdleThreads();
    boolean isLowOnThreads();
@aro aro self-assigned this Dec 13, 2017
aro pushed a commit that referenced this issue Dec 13, 2017
runarmyklebust pushed a commit that referenced this issue Dec 14, 2017
Expose jetty thread pool details (#5871)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants