Locust Test Report

{% if show_download_link %}

Download the Report

{% endif %}

During: {{ start_time }} - {{ end_time }}

Target Host: {{ host }}

Script: {{ locustfile }}

Request Statistics

{% for s in requests_statistics %} {% endfor %}
Method Name # Requests # Fails Average (ms) Min (ms) Max (ms) Average size (bytes) RPS Failures/s
{{ s.method or "" }} {{ s.name }} {{ int(s.num_requests) }} {{ int(s.num_failures) }} {{ int(s.avg_response_time) }} {{ int(s.min_response_time or 0) }} {{ int(s.max_response_time) }} {{ int(s.avg_content_length) }} {{ round(s.total_rps, 1) }} {{ round(s.total_fail_per_sec, 1) }}

Response Time Statistics

{% for s in requests_statistics %} {% endfor %}
Method Name 50%ile (ms) 60%ile (ms) 70%ile (ms) 80%ile (ms) 90%ile (ms) 95%ile (ms) 99%ile (ms) 100%ile (ms)
{{ s.method or "" }} {{ s.name }} {{ int(s.get_response_time_percentile(0.5)) }} {{ int(s.get_response_time_percentile(0.6)) }} {{ int(s.get_response_time_percentile(0.7)) }} {{ int(s.get_response_time_percentile(0.8)) }} {{ int(s.get_response_time_percentile(0.9)) }} {{ int(s.get_response_time_percentile(0.95)) }} {{ int(s.get_response_time_percentile(0.99)) }} {{ int(s.get_response_time_percentile(1)) }}
{% if failures_statistics %}

Failures Statistics

{% for s in failures_statistics %} {% endfor %}
Method Name Error Occurrences
{{ s.method or "" }} {{ s.name }} {{ s.error }} {{ s.occurrences }}
{% endif %} {% if exceptions_statistics %}

Exceptions Statistics

{% for s in exceptions_statistics %} {% endfor %}
Count Message Traceback Nodes
{{ s.count }} {{ s.msg }} {{ s.traceback }} {{ s.nodes }}
{% endif %} {% if history %}

Charts

{% endif %}

Tasks

{# #} {# #} {# #} {# #}