Skip to content
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

Ability to fan out to all peers and return results #172

Open
prashantv opened this issue Mar 3, 2017 · 0 comments
Open

Ability to fan out to all peers and return results #172

prashantv opened this issue Mar 3, 2017 · 0 comments

Comments

@prashantv
Copy link
Contributor

When using -P, a single request will randomly select a peer, while benchmarking will round-robin between peers.

It would be nice to support some sort of a --fanout option to fanout a request to all peers. E.g.,

$ yab -p 1.1.1.1:1 -p 2.2.2.2:2 moe --health
1.1.1.1:1
[ health output]
2.2.2.2:2
[ health output ]

Benchmarking with --fanout should benchmark each individual host:port individually and return results so we can easily determine which instance is slower.

cc: @nomis52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant