linux ftp serverLinux serverNETWORK ADMINISTRATIONS

iPerf How to Test Bandwidth and Throughput

This video shows you how to use iPerf to test network bandwidth and the throughput on your network.

Written instructions with more examples:
https://networkverge.com/iperf-test-network-bandwidth/

iPerf download link:
https://iperf.fr/iperf-download.php

In this video I use two Windows 10 computers; one acts as the client and the other acts as the iPerf server. iPerf is also supported on Linux and MacOS x.

The steps to using the iPerf command are very easy.

Step 1: Download and install iPerf.
Step2: Enable the iPerf server with the iperf3 -s command.
Step 3: Start the client with iperf3 -c “Server-IP” command.

iPerf was designed as a tool for tuning network performance but I think it works great as a tool for testing throughput and verifying bandwidth usage.

For more networking tutorials check out my site:
https://networkverge.com

source

by NetworkVerge

linux ftp server

14 thoughts on “iPerf How to Test Bandwidth and Throughput

  • Test is unaccurate due to the fact that its not sending and receiving on the server side. So open the network monitor on the server and as per your video 0mbps on the servers sending side. Yes you can do a a normal test and a -R but its still not at the same time which does not simulate the real bandwidth test.
    I usually do a iperf3 – c (ip) -P 10 t 120 -V and a -R. Running a –bidir does not work. UDP unaccurate too.

  • If you add -P (uppercase P)for parallel streams and run say, 10 at -b 0 you should see a lot closer to 10g. This is for many reasons, but mostly because this uses more pcie lanes. You can also run the server and client sides in both directions using a second iperf3 instance on both machines.

  • Tried getting to your website for the Written instructions, but it's not connecting. Great video BTW!!

  • perfect , show the other useful options in iperf , can we test udp and test with certain frame sizes like 64byte.

  • I suggest changing the title of your video to include “on Windows” so it’s clear that it’s not a general tutorial for multiple operating systems.

  • my 10Gb NIC is only getting 2gb one way and if i try the other PC as the host it cant even connect to the other PC yet i can access it with the same IP via explorer

  • Hi there
    This is just doing One way traffic test. Shouldnt it be doing a check on send and receive ? Plus there is no latency details ??

  • how do i make it output continuously on linux? it only outputs once for me

  • Hi, Thanks for your video. I have a problem with Client connecting to the server. The iperf times out from the client. Would you kindly advise please. Regards Tab

Comments are closed.