0.6.14 #923
mickem
announced in
Announcements
0.6.14
#923
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
This version has some PDH (Performance data Helpers) fixes and improved error handling and introduces an experimental new option to switch
check_cpu
to use PDH instead of APIs.This is experimental and intended to solve the issue with incorrect and negative values on some machines with more than 12 cores.
It currently does not support fetching loads per core (this will be added in a future update).
The main issue is that PDH is messy. It is localized and has historically been prone to strange issues and errors such as counter index getting corrupted and similar issues.
To switch change the following configuration:
This will then change so the
check_cpu
commands will use PDH counters instead.Full Changelog: 0.6.13...0.6.14
This discussion was created from the release 0.6.14.
Beta Was this translation helpful? Give feedback.
All reactions