Locust Dashboard Statistics Explanation

This image has an empty alt attribute; its file name is image-4.png

#Requests: Total number of requests made. In Locust dashboard, requests are grouped by request Endpoint e.g: GET /hello

# Fails: Number of requests that have failed

Median (ms): Response speed for 50 percentile in ms. To determine the 50% percentile, line up the members from minimum to maximum, mark the member in the middle and see what amount is (the response time that 50% of requests are equal or less than that amount).

Medians are often confused with average. Unlike average where we take from the rich and give to the poor, the median examines the amount that the middle member participant has.

90% Percentile (ms): Response speed for 90 percentile in ms

Average (ms): Average response speed in ms

Min (ms): Minimum response speed in ms

Max (ms): Maximum response speed in ms

Average Size (bytes): The size of traffic made per second in Bytes

Current RPS: Current requests per second

Current Failures/s: Total number of failures per second

One thought on “Locust Dashboard Statistics Explanation”

Leave a comment