-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Add disk.IOCountersForNames function #347
Conversation
Operates like disk.IOCounters, but accepts an array of names to limit the results.
I'll setup a branch of Telegraf tomorrow and we can use it to make sure this improves the performance on systems with many disks. |
@beheerderdag Can you try out this build on your system which uses the introduced functions? |
Thanks for this. Yes, it seems to be behaving ok.
|
Thank you everyone! |
Too little too late, but since this hasn't made it into an official release yet, what about just making |
@shirou This is a pretty good idea, I could do this if you like. |
@phemmer oh, I think it would great! |
Operates like disk.IOCounters, but accepts an array of names to limit the results.
I only tested this on linux.
Should address #341