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

...


  • WiscNet hosts both iperf2 and 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:

...

Code Block
iperf3 -c iperf.wiscnet.net -P 4 -t 900 -R
Code Block
titleExample output
collapsetrue
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
titleExample output
collapsetrue
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