Rule Methods



ResetCounters

Sets CurrentIn and CurrentOut counters to zero.

StatLastSecondsIn(ANumLastSeconds as Integer) as Double

Returns incoming traffic statistics in megabytes for the some number of last seconds defined by ANumLastSeconds parameter. Parameter can be from 1 to 100 (seconds).

StatLastSecondsOut(ANumLastSeconds as Integer) as Double

Same as StatLastSecondsIn but for outgoing traffic.

StatLastMinutesIn(ANumLastMinutes as Integer) as Double

Returns incoming traffic statistics in megabytes for the some number of last minutes defined by ANumLastMinutes parameter. Parameter can be from 1 to 100 (minutes).

StatLastMinutesOut(ANumLastMinutes as Integer) as Double

Same as StatLastMinutesIn but for outgoing traffic.

StatLastHoursIn(ANumLastHours as Integer) as Double

Returns incoming traffic statistics in megabytes for the some number of last hours defined by ANumLastHours parameter. Parameter can be from 1 to 100 (hours).

StatLastHoursOut(ANumLastHours as Integer) as Double

Same as StatLastHoursIn but for outgoing traffic.

StatLastDaysIn(ANumLastDays as Integer) as Double

Returns incoming traffic statistics in megabytes for the some number of last days defined by ANumLastDays parameter. Parameter can be from 1 to 100 (days).

StatLastDaysOut(ANumLastDays as Integer) as Double

Same as StatLastDaysIn but for outgoing traffic.