ResMon plugin


Plugin=ResMon monitors the use of resources.

Options

General measure options
All general measure options are valid.
ResCountType Default: GDI
Type of resource to measure. Valid values are:
  • GDI: Number of GDI objects.
  • USER: Number of USER objects.
  • Handle: Number of open handles.
  • Window: Number of open system window handles.
ProcessName
If specified, the resource use of the specified process is measured.

Example

[Rainmeter]
Update=1000
DynamicWindowSize=1
BackgroundMode=2
SolidColor=0,0,0,255

[MeasureSystemGDI]
Measure=Plugin
Plugin=Resmon
ResCountType=GDI

[MeasureRainmeterGDI]
Measure=Plugin
Plugin=Resmon
ResCountType=GDI
ProcessName="Rainmeter.exe"

[MeterOne]
Meter=String
MeasureName=MeasureSystemGDI
MeasureName2=MeasureRainmeterGDI
FontSize=12
FontColor=255,255,255,255
StringStyle=Bold
AntiAlias=1
Text=GDI Handles: %1 (Rainmeter: %2)