Analyzing Appstats Snapshot from {{source}}
{% if not resptime_byfreq %} No records in this Appstats Snapshot!
{% endif %}
Analyze another Appstats snapshot
Recording for this snapshot started at {{recordingstart}} UTC
{% if resptime_byfreq %}
URL
Histogram of number of requests in each latency range
(milliseconds)
{% for triple in resptime_byfreq %}
{{triple.0}}
Requests: {{triple.1|length}}
{% endfor %}
{% endif %}