It is currently April 24th, 2024, 1:43 am

UsageMonitor always reports too high GPU usage for individual processes

Report bugs with the Rainmeter application and suggest features.
User avatar
xenium
Posts: 866
Joined: January 4th, 2018, 9:52 pm

Re: UsageMonitor always reports too high GPU usage for individual processes

Post by xenium »

jsmorley wrote: August 25th, 2019, 11:26 pm Sure thing... Another, maybe slightly more intuitive way to do that is:

Code: Select all

[MeasureLimitCPU]
Measure=Calc
Formula=Clamp(MeasureGPU,0,100)
Thanks ! :bow:
User avatar
killall-q
Posts: 305
Joined: August 14th, 2009, 8:04 am

Re: UsageMonitor always reports too high GPU usage for individual processes

Post by killall-q »

I want to update this thread with a simpler way to cap the displayed value at 100. See Section Variables for explanation.

Code: Select all

[MeasureGPU]
Measure=Plugin
Plugin=UsageMonitor
Alias=GPU
Blacklist=dwm|csrss

[MeterGPU]
Meter=String
Text=[MeasureGPU:%,0]%
DynamicVariables=1