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

How to get more info from the load test? #413

Closed
Nesh108 opened this issue May 9, 2016 · 2 comments
Closed

How to get more info from the load test? #413

Nesh108 opened this issue May 9, 2016 · 2 comments

Comments

@Nesh108
Copy link

Nesh108 commented May 9, 2016

Hello,

I just got started with Locust and I have got to say that I love the ease of use (compared to, say, Tsung). It worked perfectly out of the box and the documentation is brilliant.

Now, my main problem is that I can only get a bit of data from the test, although it would have been interesting to get more info like:

  • What status codes have been returned
  • The actual content
  • The actual timing for each request (I am not sure if this is already included)
  • How many users were connected over the test and compare it with the behaviour of the server

Tsung is a pain to setup but excels with its graphs, is there some sort of setting to get more info or get the graphs already done?

@yssoe
Copy link

yssoe commented Oct 7, 2016

Just write your own logging in python in the locust file, I dumped all my logging to a file.

@dnafication
Copy link

@yssoe do you have any examples that you could share. thanks.

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

4 participants