You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this after all the clients are hatched, but I'd still like to get my login data. However, in the request data csv, the /login url shows 0 requests. Why are the stats reset after all the locusts are hatched, and how can I get the data before the reset?
The text was updated successfully, but these errors were encountered:
Why are the stats reset after all the locusts are hatched
because if they were not reset, then stats from the ramp-up period (during hatching) would be aggregated along with stats from the steady-state period of the test (once all locusts are hatched) ... that would make all of the results unrepresentative and essentially useless.
I get this after all the clients are hatched, but I'd still like to get my login data. However, in the request data csv, the /login url shows 0 requests. Why are the stats reset after all the locusts are hatched, and how can I get the data before the reset?
The text was updated successfully, but these errors were encountered: