]
Romain Pelisse commented on WFCORE-2620:
----------------------------------------
I've reproduced the issue on the current master of Wildfly (core) so adding an
upstream issue.
Add ability to read computed runtime values of IO subsystem
buffer-pool attributes
----------------------------------------------------------------------------------
Key: WFCORE-2620
URL:
https://issues.jboss.org/browse/WFCORE-2620
Project: WildFly Core
Issue Type: Enhancement
Affects Versions: 3.0.0.Beta13
Reporter: Romain Pelisse
Assignee: Romain Pelisse
Original Estimate: 2 days
Remaining Estimate: 2 days
In IO subsystem there are some attributes which are calculated based on available system
resources if not explicitly specified. These attributes are:
* worker
** io-threads
** task-max-threads
* buffer-pool
** buffer-size
** buffers-per-slice
** direct-buffers
Currently these computed values are not visible for user in the subsystem configuration
even with include-runtime=true.
To show these runtime values would definitely improve UX.
Worker attributes are covered by EAP7-616 .
This issue is about buffer-pool attributes.