Skip to content

How to measure UDP? #2

@saireddyavs

Description

@saireddyavs

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

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions