-
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
Web interface doesn't work #56
Comments
I just installed locustio==0.6.2 into a clean virtualenv and ran your exact curl command, but was not able to reproduce this. Could you try it in a clean virtualenv? What's the command line you started locust with? |
The docs are great, except for the web interface bit... do I need to spin anything up? How do I connect? What stats will I see, is it only while a load test is running, etc... |
@astjohn Hi, sorry for not getting back to you sooner. When you start locust, by default it spawns up a webserver that is listening on 0.0.0.0:8089. You can surf to that port with a browser, and from there you can start/stop the test, as well as see statistics from the test. I'm doing a mental note that we need to be more clear on this in the docs. @issackelly I'm closing this issue now. If you're still having problems, feel free to re-open this ticket and provide more details. |
* change dependencies order in setup.py (locustio#54) * bugfix when hide edit modal while stopping and edit modal still open (locustio#56) * rizal new feature upload test file to eb (locustio#53) * upload test file to deployed eb * enable user to upload test file to deployed eb reload list on selector after file uploaded writing files to slaves distribute file to slaves and reload the test list route config json to user fileio update directories dinamycally reload after upload, populate directory list modify interface add confirmation dialog * fix non geometric elements * fix test not reloaded when not in master slave mode, css file and alert message * erlangga feature create new json keys (locustio#52) * Revert "erlangga feature create new json keys (locustio#52)" (locustio#57) This reverts commit acccdf5.
Using pip installed locust. locustio==0.6.2
The text was updated successfully, but these errors were encountered: