locustio / locust

Write scalable load tests in plain Python 🚗💨
MIT License
24.64k stars 2.96k forks source link

How to understand the requests in main webui? #370

Closed zhoufankai closed 7 years ago

zhoufankai commented 8 years ago

Is the number of ''# requests" equal to total number of requests? In the test, the request quantity of web statistics is less than the real request quantity. Requests will be lost under what circumstances?

alexandrul commented 8 years ago

The stats are reset after hatching all locusts, and this may be the source of your observed differences: #205