Omirion Docs

Test Measurements Data

This document describes all data available at the end of each test type: Ping, HTTP Transfer, and iPerf3.

This document describes all data available at the end of each test type: Ping, HTTP Transfer, and iPerf3.

Table of Contents

  1. Ping Test
  2. HTTP Transfer Test
  3. iPerf3 Test

1. Ping Test

Test Output

FieldTypeUnitDescription
testNamestring-Test identifier (e.g., "ping-8.8.8.8")
durationnumbersecondsTest duration
hoststring-Target host
packetsTransmittednumber-Total ping packets sent
packetsReceivednumber-Total successful responses
packetLossnumber%Packet loss percentage (0-100)
minRttnumber | nullmsMinimum Round Trip Time
maxRttnumber | nullmsMaximum Round Trip Time
avgRttnumber | nullmsAverage Round Trip Time
jitternumber | nullmsRTT standard deviation

Per-Ping Data (Array)

Each ping in the test produces:

FieldTypeUnitDescription
sequenceNumbernumber-Sequence number
hoststring-Target host
timenumber | nullmsRTT (null if timeout)
successboolean-Whether ping succeeded
timestampDate-Timestamp of ping

2. HTTP Transfer Test

Test Output

FieldTypeUnitDescription
testNamestring-Test identifier
durationnumbersecondsTest duration
modestring-"download" or "upload"
totalBytesnumberbytesTotal bytes transferred
averageBandwidthnumberMbpsAverage throughput
peakBandwidthnumberMbpsMaximum throughput reached

Per-Interval Data (Array)

Each 1-second interval produces:

FieldTypeUnitDescription
intervalstring-Time window (e.g., "0-1 sec")
transferInststring-Data transferred (e.g., "12.5 MB")
bandwidthInststring-Instantaneous bandwidth (e.g., "100.5 Mbps")
bandwidthInstValuenumberMbpsRaw instantaneous bandwidth
bandwidthAvgstring-Cumulative average (e.g., "98.7 Mbps")
bandwidthAvgValuenumberMbpsRaw average bandwidth

3. iPerf3 Test

Test Output (TCP)

FieldTypeUnitDescription
testNamestring-Test identifier
serverstring-iPerf3 server hostname/IP
portnumber-Server port
protocolstring-"tcp"
bindInterfacestring-Network interface (e.g., "wwan0")
totalBytesnumberbytesTotal bytes transferred
totalSecondsnumbersecondsActual test duration
averageBitsPerSecondnumberbpsAverage throughput
succeededboolean-Whether test completed

Test Output (UDP)

All TCP fields above, plus:

FieldTypeUnitDescription
jitterMsnumbermsFinal jitter measurement
lostPacketsnumber-Total packets lost
totalPacketsnumber-Total packets sent
lostPercentnumber%Packet loss percentage

Per-Interval Data (Array)

Each 1-second interval produces:

FieldTypeUnitDescription
intervalnumber-Second number (1, 2, 3...)
bytesTransferrednumberbytesBytes in this interval
bitsPerSecondnumberbpsInstantaneous throughput
timestampDate-Measurement timestamp

UDP intervals also include:

FieldTypeUnitDescription
jitterMsnumbermsJitter for this interval
lostPacketsnumber-Packets lost in interval
totalPacketsnumber-Packets sent in interval
lostPercentnumber%Loss percentage for interval

4. Metrics Summary

CategoryPingHTTPiPerf3 TCPiPerf3 UDP
LatencyRTT, jitter--jitter
Throughput-Mbpsbpsbps
Losspacket loss %--packet loss %
Volumepacketsbytesbytespackets, bytes

On this page