]
Tomaz Cerar commented on WFLY-9249:
-----------------------------------
I do not understand what the issue is. or what the question is.
WildFly 11 comes with much more statistics exposed in undertow and io subsystem.
But given you marked WildFly 10 as affected as well, I do not understand if you even
tested with WF11 and what exactly are you missing.
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.