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 has been 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:
getAttributes
slower if only fetching one attribute?Needed changes:
MBeanQueryInfo
:MBeanQueryInfo
should contain information about the MBean and a list of Attributes to collect and where to store them.MBeanServerCollector
to fit.MBeanServerColletor
to fit.The text was updated successfully, but these errors were encountered: