Windows iperf3: Difference between revisions

From AAISP Support Site
mNo edit summary
mNo edit summary
Line 5: Line 5:
'''Download''' iperf-3.13-windows-x64.zip and save it to your computer, eg in your Downloads folder.
'''Download''' iperf-3.13-windows-x64.zip and save it to your computer, eg in your Downloads folder.


<gallery widths=300>
<gallery widths=400>
Windows_iperf_1_download.JPG|Saved to Downloads folder
Windows_iperf_1_download.JPG|Saved to Downloads folder
</gallery>
</gallery>
Line 11: Line 11:
Right click on it, and select '''Extract all'''.
Right click on it, and select '''Extract all'''.


<gallery>
<gallery widths=400>
Windows_iperf_2_extract.JPG| Extract
Windows_iperf_2_extract.JPG| Extract
</gallery>
</gallery>
Line 19: Line 19:
In the black box type: <SyntaxHighlight inline>cd Downloads\iperf-3.13-windows-x64 </SyntaxHighlight>
In the black box type: <SyntaxHighlight inline>cd Downloads\iperf-3.13-windows-x64 </SyntaxHighlight>


<gallery>
<gallery widths=400>
Windows_iperf_3_cmd_cd.JPG
Windows_iperf_3_cmd_cd.JPG
</gallery>
</gallery>
Line 25: Line 25:
Run an speed test by typing: <SyntaxHighlight inline>iperf3.exe -c speedtest.aa.net.uk</SyntaxHighlight> (you may need to click 'allow access' if a Windows Defender window pops up
Run an speed test by typing: <SyntaxHighlight inline>iperf3.exe -c speedtest.aa.net.uk</SyntaxHighlight> (you may need to click 'allow access' if a Windows Defender window pops up


<gallery>
<gallery widths=400>
Windows_iperf_4_results.JPG|Results
Windows_iperf_4_results.JPG|Results
</gallery>
</gallery>

Revision as of 12:19, 12 June 2023


Download iperf-3.13-windows-x64.zip and save it to your computer, eg in your Downloads folder.

Right click on it, and select Extract all.

Open up the Command Prompt - Start - cmd

In the black box type: cd Downloads\iperf-3.13-windows-x64

Run an speed test by typing: iperf3.exe -c speedtest.aa.net.uk (you may need to click 'allow access' if a Windows Defender window pops up

By default, this will run a single-thread upload speedtest (sending traffic TO the speed test server).

There are variations you can do to test the speed as follows:

  • Run a single-thread Download test: iperf3.exe -R -P1 -c speedtest.aa.net.uk
  • Run a single-thread Upload test: iperf3.exe -P1 -c speedtest.aa.net.uk
  • Run a 10-thread Download test: iperf3.exe -R -P10 -c speedtest.aa.net.uk
  • Run a 10-thread Upload test: iperf3.exe -P10 -c speedtest.aa.net.uk