...
- 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
Site | Description | Screenshot |
---|---|---|
...
WiscNet's locally hosted web based speed test site. This server has 100Gbps connectivity and runs OpenSpeedTest. | ||
...
Alternate speed test hosted by Netflix but served from WiscNet's network (if you are coming from WiscNet) |
...
WiscNet iperf Speed Tests
...
- iperf is a network 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.
- Use iperf3 per recommendations below
- Both are on the server iperf.wiscnet.net
- iperf.wiscnet.net is only available to WiscNet members
- WiscNet also hosts a perfsonar server, which is available publicly - https://www.perfsonar.net/
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 | ||||
---|---|---|---|---|
| ||||
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 | ||||
---|---|---|---|---|
| ||||
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