poxet / Influx-Capacitor

Influx-capacitor collects metrics from windows machines using Performance Counters. Data is sent to influxDB to be viewable by grafana.
http://influx-capacitor.com
MIT License
44 stars 13 forks source link

Auto limiting of percent based counters #34

Closed kirillkovalenko closed 8 years ago

kirillkovalenko commented 8 years ago

Some percent based counters are known for returning values more than 100, which could be confusing for further processing. This is "behavior is by design" as Microsoft says: https://support.microsoft.com/en-us/kb/310067 :-1: I suggest providing a way to fix percent based values that are more than 100.

poxet commented 8 years ago

Perhaps a setting for max values for the counter should do it. I am adding it as an enhancement.

tbolon commented 8 years ago

I have just submitted a new PR to fix this issue.

poxet commented 8 years ago

It is merged into master. Great work! Thanks!