Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Optimize data collection. #37

Open
simonnagl opened this issue Aug 22, 2017 · 2 comments
Open

Optimize data collection. #37

simonnagl opened this issue Aug 22, 2017 · 2 comments
Labels
enhancement netdata link This issue is a clone of a netdata issue performance
Milestone

Comments

@simonnagl
Copy link
Owner

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 getAttributes slower if only fetching one attribute?

Needed changes:

  • Extend MBeanQueryInfo: MBeanQueryInfo should contain information about the MBean and a list of Attributes to collect and where to store them.
  • Change initialization of MBeanServerCollector to fit.
  • Change data collection of MBeanServerColletor to fit.
@simonnagl
Copy link
Owner Author

Migrated to netdata/netdata#2792

@simonnagl
Copy link
Owner Author

Emigrated from netdata/netdata#2792

@simonnagl simonnagl reopened this Sep 16, 2019
@simonnagl simonnagl added the netdata link This issue is a clone of a netdata issue label Sep 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement netdata link This issue is a clone of a netdata issue performance
Projects
None yet
Development

No branches or pull requests

1 participant