It is currently April 28th, 2024, 11:24 am

I believe my skin(s) are showing incorrect CPU usage

Get help with creating, editing & fixing problems with skins
SidekickDART
Posts: 1
Joined: November 1st, 2022, 2:53 am

Re: I believe my skin(s) are showing incorrect CPU usage

Post by SidekickDART »

sa1nt4ch wrote: December 16th, 2020, 1:41 pm I found that this code returns much better result, as it returns the same values then Perfom displays.

Code: Select all

[MeasureProcessorInformationProcessorTime]
Measure=Plugin
Plugin=UsageMonitor
Category=Processor Information
Counter=% Processor Utility
Index=0

[CalcProcessorInformationProcessorTime]
Measure=Calc
Formula=(MeasureProcessorInformationProcessorTime)/5
I dont know why there needs to be a divider, but it seems to be linked to the nummer of cores, so if one can test this code on a system with more then 4 cores would be great.
It seems to be based off of how many logical processors you have. I have 12 cores but 24 logical processors so had to divide by 24.