TCP Flows: Aggregate RX Throughput

{% for item in tcp_aggregate_rx_results%} {% endfor %}
Port RX Bytes Alive Duration Alive Throughput Active Duration Active Throughput
{{ item.aggregate_port }} {{ item.aggregate_bytes }} {{ item.aggregate_alive_duration / 1e9 }} {{ item.aggregate_alive_throughput * 8 }} {{ item.aggregate_active_duration / 1e9 }} {{ item.aggregate_active_throughput * 8 }}