Traffic by Protocol
 
Start Date: $| configRow["TrafficStatistics.StartTime"] or '' |$
End Date: $| currentDate |$
 
Protocol Incoming Traffic Outgoing Traffic
Total (MB) MB Per Day Total (MB) MB Per Day
Email $|configRowTrCounter["TrafficCounters.EmailInCounter"]/1048576 or ''|$ $|emaiLMB/1048576 or ''|$ $|configRowTrCounter["TrafficCounters.EmailOutCounter"]/1048576 or ''|$ $|emailOtMB/1048576 or ''|$
HTTP $|configRowTrCounter["TrafficCounters.HttpInCounter"]/1048576 or ''|$ $|httpMB/1048576 or ''|$ $|configRowTrCounter["TrafficCounters.HttpOutCounter"]/1048576 or ''|$ $|httpOtMB/1048576 or ''|$
Others $| others/1048576 or ''|$ $| incoming/1048576 or '' |$ $| othersOt/1048576 or ''|$ $| outgoing/1048576 or '' |$
Total $|configRowTrCounter["TrafficCounters.TotalInCounter"]/1048576 or ''|$ $|toalMB/1048576 or ''|$ $|configRowTrCounter["TrafficCounters.TotalOutCounter"]/1048576 or ''|$ $|toalOtMB/1048576 or ''|$
 
$| COPYRIGHTS |$