-
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
Total median value is zero in the web interface #7
Labels
Comments
heyman
added a commit
that referenced
this issue
Sep 5, 2011
…_per_sec dicts on stats HTTP request in web interface. Unfortunately this removes the Total median value in the web interface, but it's still present in the request stats CSV (issue #7 created).
heyman
added a commit
that referenced
this issue
Sep 19, 2011
…ted URLs' median and request count values. This fixes issue #7.
cpennington
added a commit
to cpennington/locust
that referenced
this issue
Mar 27, 2015
fix name error in stats.py
pancaprima
added a commit
to pancaprima/locust
that referenced
this issue
Oct 9, 2017
…still_send_after_stop Angga/fb ramp still send after stop
tyge68
added a commit
to tyge68/locust
that referenced
this issue
Sep 15, 2021
# This is the 1st commit message: locustio#1884 User distribution should happen when new workers comes in # This is the commit message locustio#2: locustio#1884 reformatting # This is the commit message locustio#3: locustio#1884 Make rebalance interval configurable # This is the commit message locustio#4: locustio#1884 Adding integration test for rebalanced # This is the commit message locustio#5: locustio#1884 revert change # This is the commit message locustio#6: locustio#1886 Simplify solution # This is the commit message locustio#7: locustio#1886 adding missing dependency # This is the commit message locustio#8: locustio#1884 Adding back enable rebalancing option # This is the commit message locustio#9: locustio#1884 adding extra comment the test # This is the commit message locustio#10: locustio#1884 renaming as suggested # This is the commit message locustio#11: locustio#1884 update help description # This is the commit message locustio#12: locustio#1884 handling of missing workers to rebalance
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is an intentional temporary bug. It's still present in the request stats CSV.
Should be fixed, perhaps by just taking the average of the already calculated median for each URL.
The text was updated successfully, but these errors were encountered: