Is there a way to use Iperf3 tool sending 1GB of data and measure the bandwidth between server and client? I used the tool in the following way:
For the server:
iperf3 -s
For the client:
iperf3 -c <server ip>
I obtained the following data of the image, but what I want to measure is the time that takes to send 1GB of information from server to client. Is there a way to do this with Iperf?
Thanks in advance.