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

Re-Implement caching for Performance Counter data #96

Closed
LordHepipud opened this issue Aug 7, 2020 · 1 comment
Closed

Re-Implement caching for Performance Counter data #96

LordHepipud opened this issue Aug 7, 2020 · 1 comment
Assignees
Labels
Bug There is an issue present Enhancement New feature or request
Milestone

Comments

@LordHepipud
Copy link
Collaborator

With the Icinga PowerShell Framework we can access Performance Counters very easily, but have no possibility to cache objects yet to access them quicker on loaded daemons for example.

Expected Behavior

We should cache Counter objects to later access them quicker without having to re-create them always

This references to #11 as well

@LordHepipud LordHepipud added the Enhancement New feature or request label Aug 7, 2020
@LordHepipud LordHepipud added this to the v1.2.0 milestone Aug 7, 2020
@LordHepipud LordHepipud self-assigned this Aug 7, 2020
LordHepipud added a commit that referenced this issue Aug 7, 2020
LordHepipud added a commit that referenced this issue Aug 7, 2020
@LordHepipud
Copy link
Collaborator Author

This will also fix several issues with counters not having proper values and to always return 0 instead of the actual value.

@LordHepipud LordHepipud added the Bug There is an issue present label Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug There is an issue present Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant