Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. For best results test with a wired (copper/fiber) connection.
  2. The performance of the computer running this test may have a significant impact on the test results.
  3. Other activity on your network may impact your test results significantly.
    1. For better results, bypass your network during and outage window and test directly from the Network Access handoff.
    2. If this is not an option, we recommend connecting your test computer to your network as close as possible to the Network Access handoff.
  4. 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.
  5. iperf3 performance is better than web browser based tests.

Web Browser Speed Tests

SiteDescriptionScreenshot

http://speedtest.wiscnet.net/

...

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


  • 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.



iperf3 Installation

There are many publicly available guides online. Here are some common examples:macOS with Homebrew:

...

...

brew install iperf3


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 apt install iperf3


macOS with Homebrew:

Code Block
brew install iperf3


Linux - Redhat:

Code Block
sudo dnf install iperf3

...

Code Block
iperf3 -c iperf.wiscnet.net -P 4 -t 900 -R
expandcode
Code Block
titleExample output
collapse
true
iperf3 -c iperf.wiscnet.net -P 4 -t 900 -R

<output shortened/omitted>
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 7] 8.00-9.
01
00 sec 
22
31.
4
6 MBytes 
187
265 Mbits/sec 
[ 9] 8.00-9.
01
00 sec 
24
20.
9
2 MBytes 
208
170 Mbits/sec 
[ 11] 8.00-9.
01
00 sec 
22
33.4 MBytes 
187
280 Mbits/sec 
[ 13] 8.00-9.
01
00 sec 
41
25.
4
5 MBytes 
346
214 Mbits/sec 
[SUM] 8.00-9.
01
00 sec 111 MBytes 
928
929 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
Code Block
titleExample output
collapsetrue
Expand
iperf3 -c iperf.wiscnet.net -P 4 -t 900
-R


<output shortened/omitted>
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 7] 8.00-9.
00
01 sec 
31
22.
6
4 MBytes 
265
187 Mbits/sec 
[ 9] 8.00-9.
00
01 sec 
20
24.
2
9 MBytes 
170
208 Mbits/sec 
[ 11] 8.00-9.
00
01 sec 
33
22.4 MBytes 
280
187 Mbits/sec 
[ 13] 8.00-9.
00
01 sec 
25
41.
5
4 MBytes 
214
346 Mbits/sec 
[SUM] 8.00-9.
00
01 sec 111 MBytes 
929
928 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