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

Replace iperf loadtest with fortio #835

Open
markmandel opened this issue Oct 20, 2023 · 0 comments
Open

Replace iperf loadtest with fortio #835

markmandel opened this issue Oct 20, 2023 · 0 comments
Labels
area/examples Examples. Usually found in the `examples` directory area/performance Anything to do with Quilkin being slow, or making it go faster.

Comments

@markmandel
Copy link
Member

markmandel commented Oct 20, 2023

https://github.com/googleforgames/quilkin/tree/main/examples/iperf3 seems more tricky than it needs to be.

https://github.com/fortio/fortio seems like a much easier option - let's switch it out!

More context:
#834 (comment)

Server

fortio udp-echo

Quilkin

cargo run --release -- proxy --to 127.0.0.1:8078

Client

fortio load -c 3000 -qps 1000000 udp://127.0.0.1:7777/
@markmandel markmandel added area/examples Examples. Usually found in the `examples` directory area/performance Anything to do with Quilkin being slow, or making it go faster. labels Oct 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/examples Examples. Usually found in the `examples` directory area/performance Anything to do with Quilkin being slow, or making it go faster.
Projects
None yet
Development

No branches or pull requests

1 participant