SilverAzide / Gadgets

Gadgets for Rainmeter
Other
361 stars 12 forks source link

CPU 143% use #111

Closed krafg closed 2 months ago

krafg commented 2 months ago

My Ryzen 7 4800H have more than 100% of use. I can not understand. https://i.imgur.com/VxexQZr.png

Regards.

SilverAzide commented 2 months ago

This is normal and expected. The base clock of your 4800H CPU is 2.9 GHz, or 2900 Mhz. Your CPU in your screenshot is running in turbo boost mode at 4140 MHz. If you do the math, 4140 ÷ 2900 = 1.4275, which is 143%. This matches exactly with the overall percentage usage shown in the skin.

Due to modern CPUs that overclock and underclock automatically, plus hybrid CPUs with efficiency cores that run at different clock speeds than the performance cores, Microsoft has long since stopped reporting CPU usage percentages that peak at 100%. If you want more information, read this wiki article here:

INFO: CPU performance exceeds 100%

The TLDR; version: time-based performance counters are no longer good indicators of CPU utilization, so Microsoft today uses a different method that takes into account clock speed.

As mentioned in the wiki article, if you would prefer using the old-style Windows 7 performance counters, open the CPU Settings and select the Use Legacy Mode option.

image

krafg commented 2 months ago

Thanks a lot.