You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
The JMX API supports to query multiple attributes of one MBean with one request. We should support that too.
Needed research:
getAttributesslower if only fetching one attribute?Needed changes:
MBeanQueryInfo:MBeanQueryInfoshould contain information about the MBean and a list of Attributes to collect and where to store them.MBeanServerCollectorto fit.MBeanServerColletorto fit.