netdata-java-orchestrator
netdata-java-orchestrator copied to clipboard
Optimize data collection.
trafficstars
The JMX API supports to query multiple attributes of one MBean with one request. We should support that too.
Needed research:
- Does this improve performance?
- Is using
getAttributesslower if only fetching one attribute?
Needed changes:
- Extend
MBeanQueryInfo:MBeanQueryInfoshould contain information about the MBean and a list of Attributes to collect and where to store them. - Change initialization of
MBeanServerCollectorto fit. - Change data collection of
MBeanServerColletorto fit.
Migrated to https://github.com/firehol/netdata/issues/2792
Emigrated from netdata/netdata#2792