Is it possible to run multiple Iperf clients simultaneously?

Is it possible to run iperf clients simultaneously such that if I have 10 servers bound to some machine B, and I have 10 clients on machine A, and all the servers have distinct IP addresses, could I run all of these clients at the same time via threading? Or is there pre-existing Linux support for this type of behavior (similar to like how iperf has -D daemon mode for server)? Thanks for all the help, I tried finding resources on this online but was unable to find something similar.

1 Answer

this could be a solution to this problem:

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like