Skip to content
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

Preserve Locust Stats? #457

Closed
SinOverCos opened this issue Aug 8, 2016 · 2 comments
Closed

Preserve Locust Stats? #457

SinOverCos opened this issue Aug 8, 2016 · 2 comments

Comments

@SinOverCos
Copy link

[2016-08-08 18:19:00,478] precise64/INFO/locust.runners: All locusts hatched: WebsiteUser: 1
[2016-08-08 18:19:00,479] precise64/INFO/locust.runners: Resetting stats

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?

@cgoldberg
Copy link
Member

I get this after all the clients are hatched

that is intentional.

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.

@SinOverCos
Copy link
Author

I see. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants