-
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
real-time graphing #317
Comments
Page not fount, looks like that you have deleted that repository? That example was quite useful because of the lack of graphing tools and plugins for Locust. |
Yes, I deleted the Locust repo yesterday and the Locust docker images as I am now exclusively using Gatling. I had also moved to Taurus and Blazemeter for real-time graphing. If your are still interested, I can commit the repo to my own github account? |
I still cannot see the repo. I would really like to get some cool graphs out of Locust. |
Oh yes. I deleted this again. Can't remember why. But what you could do is parse the real-time web stats and format them into a graphite message. Push them along the graphite protocol into Influxdb and use Grafana for visualisation. This may help: https://github.com/bbc/notes-on-perf-testing/blob/master/ch/gatling/real_time_graphs.md. |
In fact, maybe use this python influxdb client library to write data: https://github.com/influxdata/influxdb-python |
I will create some documentation if anyone is still interested in this. |
Found this alternative solution and it is quite nice: http://steelkiwi.com/blog/load-testing-python-locust-testing-and-bokeh-vis/ |
Thanks for that...this might just work. |
Hi, Can you please provide the solution.None of the urls are not working |
I have added real-time graphing to Locust, with InfluxDB and Grafana
https://github.com/BBC/locust-load-tests/#real-time-graphing
The text was updated successfully, but these errors were encountered: