]
Tomaz Cerar commented on WFLY-5560:
-----------------------------------
All this data is already available, look under, /core-services=platform-mbean
Add general-purpose memory and thread query operations to the
management-console REST API
-----------------------------------------------------------------------------------------
Key: WFLY-5560
URL:
https://issues.jboss.org/browse/WFLY-5560
Project: WildFly
Issue Type: Feature Request
Affects Versions: 10.0.0.CR3
Reporter: Marco Rietveld
Assignee: Jason Greene
Priority: Minor
The java management beans provide memory, heap/GC and thread information about the
running JVM.
Would it be possible to add this to the management-console REST API?
I'm considering adding this to the kie-wb/BxMS REST API, but the info provided is
more relevant to the application-server than an application.
if you could point me to the correct module in wildfly to add this, I'd be more than
happy to submit a PR for this.