Aggregated Throughput

{% for a_result in tcp_aggregate_results %} {% if False == a_result.interval_results.isEmpty() %} {# Using a way too large colspan since we do want all horizontal space #} {% endif %} {% endfor %}
Port Type (Rx/Tx) Bytes Alive Duration Alive Throughput Active Duration Active Throughput
{{a_result.name}} {{a_result.type}} {{a_result.aggregate_bytes}} {{a_result.aggregate_alive_duration}} {{a_result.aggregate_alive_throughput}} {{a_result.aggregate_active_duration}} {{a_result.aggregate_active_throughput}}
{% set pid = "tcp_aggregate_overtime"|uniqueId %}