TCP Flows: Info

{% for config in tcp_info%} {% endfor %}
Flow Flow Template Flow Start Requested Payload Size (bytes) Duration Initial Receive Window (bytes) Initial Receive Window Scale Rate Limit HTTP Method TOS L4S
{{ config.name }} {{ config.template_name }} {{ config.startDelay /1e9 }}s {{ config.size }} {{ config.duration / 1e9 }}s {{ config.initial_receive_window }} {{ config.initial_receive_scale }} {{ config.rate_limit }} {{ config.http_method }} 0x{{ config.tos }} {{ config.l4s }}

TCP Flows: Throughput

{% for result in tcp_results %} {% endfor %}
Flow Source Destination TX Payload (bytes) RX Payload (bytes) Duration Average Throughput Status Congestion Avoidance Algorithm
{{ result.name }} {{ result.source }} {{ result.destination }} {{ result.tx_payload }} {{ result.rx_payload }} {{ result.duration }} {{ result.throughput }} {{ result.status }} {{ result.caa }}

TCP Flows: Roundtrip Time

{% for result in tcp_timing_results %} {% endfor %}
Flow Source Destination Status Time to First Byte Minimum RTT Average RTT Maximum RTT
{{ result.name }} {{ result.source }} {{ result.destination }} {{ result.status }} {{ result.time_first_byte }} {{ result.minimum_rtt }} {{ result.average_rtt }} {{ result.maximum_rtt }}