Skip to content

Commit

Permalink
Merge pull request #16 from sanderjo/master
Browse files Browse the repository at this point in the history
usage of public iperf3 server
  • Loading branch information
nerdalert authored Aug 20, 2023
2 parents be96be3 + febf34f commit 9c97fef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,18 @@ Connecting to host 172.17.0.193, port 5201
iperf Done.
```
#### Iperf3 Client Side

You can use a public iperf3 server to measure your Internet speed

```
docker run -it --rm networkstatic/iperf3 -c ams.speedtest.clouvider.net -p 5208 -R -P15
```
The downstream speed is in the last line:

```commandline
[SUM] 0.00-10.00 sec 2.72 GBytes 2.34 Gbits/sec receiver
```
So in this case: 2.34 Gbits/sec

Thanks to ESNET for re-rolling iperf from the ground up. It is a killer piece of software.

0 comments on commit 9c97fef

Please sign in to comment.