-
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
Added a slaves-tab to show the id, status and number of users running on each slave. #305
Conversation
And the tests pass. Is this good to go? |
Didn't realise that github will actively track my master branch. I've moved some commits out of master to fix the issue. |
@TZer0 Are you still interested in having this merged? |
@mbeacom I don't use Locust anymore, but sure - why not? It may save someone else from some serious trouble. |
@TZer0 Great! Thank you for the contribution! Would you mind rebasing the branch? |
@mbeacom I'll fix it after work in ~9 hours. |
@mbeacom Should be it. I'll check up on it if the tests do not pass. |
Does anyone have time to merge this? |
@TZer0 I'm going to test this in a few. If everything look's good, I'll merge it in! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested this and seems to be working appropriately in distributed mode! LGTM
The tab is only visible when running in master mode. The slave-counter uses the same data (slave_count is no longer passed).

(The white blocks are just hiding my hostnames)
Due to the fact that the tests refuse to run on my machine, I am forced to have the centralized build system run them.