{% import 'macros.html' as macros %} UWSGI-sloth realtime 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 }}
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) }}