Configuration
-
{% if domain %}
- Domain: {{ domain }} {% endif %}
- Log File: {{ input_filename }}
- Min duration: {{ min_duration }}ms
Overview
Datetime Range
{{ datetime_range[0].strftime("%m-%d %H:%M") }} -
{{ datetime_range[1].strftime("%m-%d %H:%M") }}
Slow/Total Requests
{{ requests_counter.slow }} / {{ requests_counter.normal }}
Slow Rate
{{ slow_rate }}
Durations
{{ total_slow_duration | friendly_time }}