Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parallelise reading IPMI over lanplus #4175

Closed
Spanfile opened this issue May 20, 2018 · 0 comments
Closed

Parallelise reading IPMI over lanplus #4175

Spanfile opened this issue May 20, 2018 · 0 comments
Assignees
Labels
feature request Requests for new plugin and for new features to existing plugins
Milestone

Comments

@Spanfile
Copy link

Feature Request

Proposal:

The IPMI plugin reads metrics from all given servers sequentially. When reading many remote servers with lanplus, the total run time can easily reach many minutes if some servers are slower to read (I've seen up to 40 seconds on some). Change the plugin to read the servers in parallel to allow for more frequent reads.

Current behavior:

The plugin reads lanplus servers sequentially, causing a long run time with multiple servers.

Desired behavior:

The plugin reads each server in parallel, lowering the run time.

Use case: [Why is this important (helps with prioritizing requests)]

Having a higher granularity for sensor data helps with processing and analysing the data over time.

@danielnelson danielnelson added the feature request Requests for new plugin and for new features to existing plugins label May 21, 2018
@danielnelson danielnelson added this to the 1.8.0 milestone Jun 15, 2018
@glinton glinton self-assigned this Jun 27, 2018
glinton added a commit that referenced this issue Jun 27, 2018
glinton added a commit that referenced this issue Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins
Projects
None yet
Development

No branches or pull requests

3 participants