-
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
Unclear how to interpret numbers #303
Comments
+1 . Any update on this? |
It looks like the reported response times are in milliseconds: https://github.com/locustio/locust/blob/master/locust/clients.py#L116 |
Ideally, I think it should be done with title tooltips. E.g.
|
@peterbe That looks like a possible pull request from you. Am I right? :-) |
@fatso83 Sure, but I'm not working on (or use) locust any more and hence no time to commit to it. |
These response times don't seem right anyway. I'm seeing long response times of 40 seconds. When I manually hit the web app during a test, I'm getting much shorter (2-3 seconds). Also, if I stop and start the swarm, they immediately resume the high count Showing >40 seconds. But how can that be if the test has just started. Is it because it's a rolling average? That doesn't explain the wild response times. I'm aggregating the stats with the Name= parameter, could this affect things? |
Does this only effect the web interface or is it also a problem when running with --no-web? +1 for it to be fixed. |
any news on this ? |
The docs could definitely be more helpful here. |
sorry I was unclear : I understand they are in ms, but they are unreliable. it happens more than often that after 5-6 seconds of a test start they start to rise above 80000 ms, which makes no sense since it's 10 times higher than the overall time the test was running. I did the same performance tests with j meter (on the same system) and didn't experience this : just to add information which leads to a possible bug. What do you think about? Is it possible there is some bug or am I missing something? thanks and kind regards. btw it is a great library, so immediate to create a stress test. |
@egherardini, |
I think those numbers are not reliable at all. |
I ran headless for 5 minutes. The aggregate report ( |
@wolfch-elsevier If you believe you've found a bug, please open a new issue with a minimal reproducible code example. Thanks! |
The stats displayed in the UI and console do not indicate the numbers unit. For median, average, min, max I'm assuming is the response time... Is it milliseconds? How about content size. Is it in bytes?
These should be in the documentation and also displayed in the tooling.
Thanks! Great tooling so far.
The text was updated successfully, but these errors were encountered: