ubuntu - How to send fixed data with Iperf and measure bandwith? -


is there way use iperf3 tool sending 1gb of data , measure bandwidth between server , client? used tool in following way:

for server:

iperf3 -s 

for client:

iperf3 -c <server ip> 

i obtained following data of image, want measure time takes send 1gb of information server client. there way iperf?

enter image description here

thanks in advance.

you can try using -n flag iperf3 have send number of bytes, although have noted problems test stopping before data has been received. have theory problem (basically comes down client telling server "the test's done now" before data has been transmitted , received). no idea fix should be, of writing. give try. large enough test, might not make huge difference.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

Laravel mail error `Swift_TransportException in StreamBuffer.php line 269: Connection could not be established with host smtp.gmail.com [ #0]` -

c# SetCompatibleTextRenderingDefault must be called before the first -