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

Optimize data collection. #37

@simartn

Description

@simartn

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions