Skip to content

iperf3 UDP send file in reverse mode #594

Open
@vgramkris

Description

@vgramkris

iperf 3.1.2
CentOS 6.6 x86_64

I am unable to use iperf3 to read/send a test file in reverse mode (from server to client)

Following command works fine where it reads/sends the 2MB dat file successfully from client to server
iperf3 -p 25000 -c <server_ip> -u -i 1 -l 1300 -b 20m -t 10 -F 2MB.dat

But, the following command does not initiate a read/send file from server to client. I tried passing the file name in server side, full path in the client side iperf3 command but none of the following works

iperf3 -p 25000 -c <server_ip> -u -i 1 -l 1300 -b 20m -t 10 -F 2MB.dat -R
iperf3 -p 25000 -s -i 1

iperf3 -p 25000 -c <server_ip> -u -i 1 -l 1300 -b 20m -t 10 -F /home/test/2MB.dat -R
iperf3 -p 25000 -s -i 1

iperf3 -p 25000 -c <server_ip> -u -i 1 -l 1300 -b 20m -t 10 -F /home/test/2MB.dat -R
iperf3 -p 25000 -s -i 1 -F 2MB.dat

I expected the above command to read the file from server and send that data to client as the client is running in reverse mode.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugbug:reverseBugs related to the use of --reverse

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions