-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
By default you're using TCP..I also want to find the performance on UDP.
I have tried by changing protocol name from TCP to UDP in iperf3.yml , and also added ./iperf3.sh -t 10 -u for UDP support
but getting timeout...TCP worked fine..
kubernetes-iperf3$ ./iperf3.sh -t 10 -u
deployment.apps/iperf3-server-deployment created
service/iperf3-server created
daemonset.apps/iperf3-clients created
Waiting for iperf3 server to start...
Waiting for iperf3 server to start...
Server is running
iperf3: error - unable to connect to server: Connection timed out
command terminated with exit code 1
also tried adding kubectl exec -it ${POD} -- iperf3 -u -c iperf3-server -T "Client on ${HOST}" $@
in run.sh
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers