Ping plugin


Plugin=PingPlugin measures the latency between the computer and a host in milliseconds.

Options

General measure options
All general measure options are valid.
DestAddress
The address (e.g. example.com) or the IP (e.g. 192.168.0.1) of the server.
UpdateRate Default: 32
Frequency at which the ping is measured. This is relative to the measure update frequency.
Timeout Default: 30000
Maximum time in milliseconds to wait for a reply from the server.
TimeoutValue Default: 30000
Used as the value of the measure when a timeout occurs.
FinishAction

Action to execute as soon as a successful value is returned, or when the number of milliseconds set in the Timeout option is reached.

Example

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

[MeasurePing]
Measure=Plugin
Plugin=PingPlugin
DestAddress=www.google.com

[MeterPing]
Meter=String
MeasureName=MeasurePing
X=5
Y=5
W=200
H=20
FontColor=255,255,255,255
Text=google.com: %1ms