rfTrafficCurrentStats element

Type: RFTrafficCurrentStats
Namespace: (default namespace)

RF Throughput current statistics data.

Example XML

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

Example JSON

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