-
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
all tests results suddenly turned to all 0 #662
Comments
Could it be because the stats are reset once all Locust users has been spawned? In that case you can turn of the resetting of the stats with the |
hi,heyman,thanks a lot for ur idea,u r right,it worked now,thanks again. it looks like that it is default setting in locust that stats will be reset when all locust users are spawned so u have to add --no-reset-stats flag?sorry if i am wrong,but it will be better if i can see more such flag info on documentation. |
Yeah, a page documenting all command line options wouln't hurt. Just a simple copy of the |
Seems like We are gradually hatching about 1000 locusts that all need to authenticate with a login server. We hatch them slowly to avoid overwhelming the login server. After they login, they start performing our regular workflow. By default, we lose all those stats when the last locust is finally born. Also, the behavior of |
hi,everyone
i am new to locust and i found such thing which really confused me
i use different usernames and passwords to log in the site,and i call my "log in" function under on_start funtion,but when i started my locust script, i found at first i can see everything worked well, all my usernames and passwords were used to log in and i could see all these requests detailed info like their "median","average",but suddenly i saw all these numbers turened to 0 like following pic, i found only all "log in" requests had such problem, all other requests showed correctly, so i wonder why that happened?thank u in advance
The text was updated successfully, but these errors were encountered: