-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong statistic of total request count #846
Comments
Without setting not to reset stats, Locust will make requests while scaling up the users and then reset stats. In 0.8.1 that is |
I have the same problem... It doesn't work with 0.9.0. |
@gwshawsh what doesn't work? |
@cgoldberg Locust shows 6283 requests , but I got 6329 records from access log. V0.9.0 without '--reset-stats' like this 'locust -f ./sale_test.py --no-web -c 800 -r 100 -t 60s' . |
are you actually seeing stats refresh after hatch, or do you just see a discrepancy in results and are guessing that is the cause? could you be running an older version older than 0.9.0? |
THE LOGS
Locust showed 2875 , but I got 3229 actually. |
I'm running 0.11.0 version and I have the exact same problem. |
Description of issue / feature request
Locust told me 249 requests had been made, but I got 327 records from service access log.
Expected behavior
I think locust should report that the completed requests is 327, but not 249.
Environment settings (for bug reports)
Steps to reproduce (for bug reports)
Just run the following command in shell:
lucustfile.py
The text was updated successfully, but these errors were encountered: