You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a scalable iPerf server. Feel free to use it. Multiple people can connect to it simulataneously.
UDP mode doesn't work. I'm pretty sure that it's due to iPerf and not the server. Give me feedback on how it performs. Each test must be completed in maximum 60 seconds so make sure you set a time limit.
Step 1:
Make a GET request to this url (via curl etc for example):
You'll need to provide these Request Headers: X-Auth-Key: abc X-Auth-Secret: abc
https://104.131.128.139/tcp or https://104.131.128.139/udp
Step 2:
You will get a response like this:
{
"ip_address": "104.131.128.139",
"port": 33999,
"protocol": "tcp",
"scale": true
}
Step 3:
Use the "ip_address" and "port" field to perform your iperf3 test.
The text was updated successfully, but these errors were encountered:
pjebs
changed the title
Scalable iPerf server
Scalable iPerf server for Public use
Mar 9, 2016
I have created a scalable iPerf server. Feel free to use it. Multiple people can connect to it simulataneously.
UDP mode doesn't work. I'm pretty sure that it's due to iPerf and not the server.
Give me feedback on how it performs. Each test must be completed in maximum 60 seconds so make sure you set a time limit.
Step 1:
Make a GET request to this url (via curl etc for example):
You'll need to provide these Request Headers:
X-Auth-Key: abc
X-Auth-Secret: abc
https://104.131.128.139/tcp
orhttps://104.131.128.139/udp
Step 2:
You will get a response like this:
{
"ip_address": "104.131.128.139",
"port": 33999,
"protocol": "tcp",
"scale": true
}
Step 3:
Use the "ip_address" and "port" field to perform your iperf3 test.
The text was updated successfully, but these errors were encountered: