rfTrafficStats element

Type: RFTrafficStats
Namespace: (default namespace)

RF Throughput Monitor Statistics

Example XML

<?xml version="1.0" encoding="UTF-8"?> <rfTrafficStats> <collectionTimestamp>...</collectionTimestamp> <collectionTime>...</collectionTime> <minThroughput>...</minThroughput> <avgThroughput>...</avgThroughput> <maxThroughput>...</maxThroughput> <percentRetransmits>...</percentRetransmits> <errorPackets>...</errorPackets> </rfTrafficStats>

Example JSON

{ "collectionTimestamp" : ..., "collectionTime" : "...", "minThroughput" : ..., "avgThroughput" : ..., "maxThroughput" : ..., "percentRetransmits" : ..., "errorPackets" : ... }