Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

GPU usage (total+byprocess) and VRAM usage #45

Open
15w34r0n3D4y opened this issue Mar 4, 2019 · 0 comments
Open

GPU usage (total+byprocess) and VRAM usage #45

15w34r0n3D4y opened this issue Mar 4, 2019 · 0 comments

Comments

@15w34r0n3D4y
Copy link

15w34r0n3D4y commented Mar 4, 2019

Hey,
can someone add in this skin top GPU usage (byprocess) + total GPU usage and total VRAM usage.. it use UsageMonitor plugin.

TOP GPU (byprocess) and total VRAM usage code:

`[TopGPU]
Measure=Plugin
Plugin=UsageMonitor
Alias=GPU
Index=1
MinValue=0
MaxValue=100
Blacklist=dwm|csrss

[TotalVRAM]
Measure=Plugin
Plugin=UsageMonitor
Alias=VRAM
Index=0
MinValue=0
MaxValue=4831838208

[TotalVRAMScaled]
Measure=Calc
Formula=TotalVRAM

; Meters
[AllStyle]
FontSize=11
FontWeight=400
FontColor=255,255,255,255
AntiAlias=1
DynamicVariables=1

[RightStyle]
X=360
StringAlign=Right

[MeterTopGPULabel]
Meter=String
MeterStyle=AllStyle
Y=3R
Text=Top GPU Usage

[MeterTopGPUValues]
Meter=String
MeterStyle=AllStyle | RightStyle
Y=0r
Text=[TopGPU] : [TopGPU:1]%

[MeterTotalVRAMLabel]
Meter=String
MeterStyle=AllStyle
Y=3R
Text=Total VRAM Usage

[MeterTotalVRAMValues]
Meter=String
MeterStyle=AllStyle | RightStyle
MeasureName=TotalVRAMScaled
Y=0r
AutoScale=1
NumOfDecimals=1
Text=[TotalVRAM] : %1B`

Total GPU usage code:

[GPU] Measure=Plugin Plugin=UsageMonitor Alias=GPU Index=0 MinValue=0 MaxValue=100 Blacklist=dwm|csrss

Thank you.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant