{% if rfc2544_results %}
| Source | {{rfc2544_result.source}} |
| Destination | {{rfc2544_result.destination}} |
| Acceptable Loss | {{rfc2544_result.acceptableLoss}}% |
| Iteration Duration | {{ rfc2544_result.iterationDuration / 1e9 }}s |
| Flow Name | {{rfc2544_result.flow}} |
| Size (Bytes) | Throughput | L1 Throughput | Frame rate (Frames/s) |
|---|---|---|---|
| {{ measurement.packetSize }} | {{ (measurement.packetSize + initial_throughput_frame_overhead) * 8 * measurement.receivedFrameRate }} | {{ measurement.receivedL1BitRate }} | {{ measurement.receivedFrameRate }} |