...
- For best results test with a wired (copper/fiber) connection.
- The performance of the computer running this test may have a significant impact on the test results.
- Other activity on your network may impact your test results significantly.
- For better results, bypass your network during and outage window and test directly from the Network Access handoff.
- If this is not an option, we recommend connecting your test computer to your network as close as possible to the Network Access handoff.
- graphs.wiscnet.net uses 5 minute polling and averages, so short speed tests that will fall within a 5 minute polling cycle won't be reflected as maximums on graphs.wiscnet.net.
- iperf3 performance is better than web browser based tests.
Web Browser Speed Tests
...
| WiscNet's locally hosted web based speed test site. This server has 100Gbps connectivity and runs OpenSpeedTest. | Image Modified
|
https://fast.com/ |
...
| Alternate speed test hosted by Netflix but served from WiscNet's network |
...
(if you are coming from WiscNet) | Image Added
|
...
WiscNet iperf Speed Tests
Iperf Info
- iperf is a network testing tool testing tool used to help measure network throughput, iperf is developed by ESnet / Lawrence Berkeley National Laboratory. For more information please visit:
- WiscNet hosts both iperf2 and iperf3. iperf3
- Use iperf3 per recommendations below
- Both are on the server iperf.wiscnet.net
. Use iperf3 if at all possible.
- iperf.wiscnet.net is only available to WiscNet members
iperf3 Installation
There are many publicly available guides online. Here are some common examples:Redhat:
Windows with Windows Subsystem for Linux (Debian/Ubuntu):
Info |
---|
Windows .exe is not officially supported, see this page for reasons. If you must use Windows, please install Windows Subsystem for Linux |
Code Block |
---|
sudo dnfapt install iperf3 |
DebianmacOS with Homebrew:
Code Block |
---|
sudo aptbrew install iperf3 |
macOS with HomebrewLinux - Redhat:
Code Block |
---|
brewsudo dnf install iperf3 |
Windows with Windows Subsystem for Linux (- Debian/Ubuntu):
Code Block |
---|
sudo apt install iperf3 |
...
Code Block |
---|
iperf3 -c iperf.wiscnet.net -P 4 -t 900 -R |
Code Block |
---|
|
expand | code |
iperf3 -c iperf.wiscnet.net -P 4 -t 900 -R
<output shortened/omitted>
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 7] 8.00-9. 0100 sec 2231. 46 MBytes 187265 Mbits/sec
[ 9] 8.00-9. 0100 sec 2420. 92 MBytes 208170 Mbits/sec
[ 11] 8.00-9. 0100 sec 2233.4 MBytes 187280 Mbits/sec
[ 13] 8.00-9. 0100 sec 4125. 45 MBytes 346214 Mbits/sec
[SUM] 8.00-9. 0100 sec 111 MBytes 928929 Mbits/sec
<repeats until the test is completed>
<output shortened/omitted>
|
iperf3 Upload Test
iperf3 testing download speeds from the member's perspective, 4 threads in parallel, for 900 seconds/15 minutes, using TCP. The [SUM] row results in Mbits/sec or Gbits/sec. "-R" for reverse added to this test.
...
Code Block |
---|
iperf3 -c iperf.wiscnet.net -P 4 -t 900 -R |
Code Block |
---|
title | Example output |
---|
collapse | true |
---|
|
Expand |
---|
code |
iperf3 -c iperf.wiscnet.net -P 4 -t 900 -R
<output shortened/omitted>
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 7] 8.00-9. 0001 sec 3122. 64 MBytes 265187 Mbits/sec
[ 9] 8.00-9. 0001 sec 2024. 29 MBytes 170208 Mbits/sec
[ 11] 8.00-9. 0001 sec 3322.4 MBytes 280187 Mbits/sec
[ 13] 8.00-9. 0001 sec 2541. 54 MBytes 214346 Mbits/sec
[SUM] 8.00-9. 0001 sec 111 MBytes 929928 Mbits/sec
<repeats until the test is completed>
<output shortened/omitted>
|
Specifying IPv4 or IPV6
- iperf.wiscnet.net listens on v4 and v6. If you wish to test only v4 or only v6, please use the hostnames below (same server)
- iperf-ipv4.wiscnet.net
- iperf-ipv6.wiscnet.net