{% extends "base.html" %} {% block title %}Load{% endblock %} {% block main %}

Load & concurrency

{% if running %}
Running: {{ running|join(', ') }} — refresh
{% endif %}

Start a load run

Each virtual user repeats the scenario; its assertions still apply, so failures under concurrency are reported next to latency.

Results (this session)

{% for r in results %} {% else %}{% endfor %}
JourneyPeerreq/sp955xxfailed journeys
{{ r.config.scenario }}
{{ r.config.users }} users · {{ r.elapsed_s }}s
{{ r.config.peer }}{{ r.throughput_rps }}{{ r.latency.p95 }} ms {{ r.server_error_rate_pct }}% {{ r.iteration_failure_rate_pct }}% report
No load runs yet.
{% endblock %}