{% import 'macros.html' as macros %} UWSGI-sloth report
Generated by uwsgi-sloth {{ version }} at {{ now }}

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 }}

Details

{{ macros.render_details_table(data_details, domain=domain) }}