Max CPU Core Clock in Shared Memory

maciekish

New Member
Hi, I'm using shared memory for InfoPanel but there is no way to get the highest core clock to show on my display. Only individual clocks + average. Is it possible to expose the "Core Clocks" group as a single value like its displayed in HWInfo? Only the individual core clocks are available in shared memory.

1723891290997.png
 
This is intentional as exposing those (summarized/averaged) values was confusing clients consuming Shared Memory data.
Since clients have all the data, they are free to create their own aggregated values.
Alternatively, you can create your own Custom sensor for min/max/average/etc value that will be exposed via SHM.
 
Back
Top