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:
[/settings/system/windows]
use pdh for cpu=true
This will then change so the check_cpu
commands will use PDH counters instead.
Full Changelog: 0.6.13...0.6.14