Files
{{ file.path }} |
Name | Value |
---|---|
{{ condition.name }} | {% if condition.value_type == 'json'%} | {% else %} {{ condition.value }} {% endif %}
Components
Name | Event count | Event rate | Data rate |
---|---|---|---|
{{ comp_name }} | {{ stats["evt-number"] }} | {{ stats["evt-rate"]|round(2, 'floor') }} | {{ stats["data-rate"]|round(2, 'floor') }} |
-
{% if prev_run %}
- < {{ prev_run.number }} {% endif %} {% if next_run %}
- {{ next_run.number }} > {% endif %}