[jboss-jira] [JBoss JIRA] (WFLY-9249) undertow provide more statistics

Ben Gao (JIRA) issues at jboss.org
Tue Aug 22 06:07:00 EDT 2017


    [ https://issues.jboss.org/browse/WFLY-9249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13452372#comment-13452372 ] 

Ben Gao commented on WFLY-9249:
-------------------------------

I use wildfly 11.0.0.beta。undertow and IO only the values of the current state are provided。
In jboss 7,I can get something like:web reject count, current thread size,the largest thread size.

Based on these metrics, I don't need to look at the thread pool size in real time to see if I want to resize the thread pool.
But now, without the reject count,the largest thread size,i need real time to see thread pool size

> undertow provide more statistics
> --------------------------------
>
>                 Key: WFLY-9249
>                 URL: https://issues.jboss.org/browse/WFLY-9249
>             Project: WildFly
>          Issue Type: Feature Request
>          Components: Web (Undertow)
>    Affects Versions: 10.1.0.Final, 11.0.0.Alpha1, 11.0.0.Beta1
>         Environment: all
>            Reporter: Ben Gao
>            Assignee: Stuart Douglas
>              Labels: task
>
> In now wildfly version,undertow use xnio,in XnioWorker, taskpool is only use jdk ThreadPoolExecutor and not export some statistics.
> In connectorStatisticsImpl.java ,only some statistics.
> some like:reject count,the largest thread count is very useful statistic,but not export.
> Are you going to add these up.



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jboss-jira mailing list