Iperf3: Difference between revisions

From Project Segfault Wiki
(Created page with "Iperf3 is a tool which can be used to measure how fast your connection to our servers is. We run iperf3 instances on all our nodes. To test, run the following:<pre> iperf3 -p <port (documented below)>-c <server address (documented below)> # Upload iperf3 -R -p <port> -c <server address> # Download </pre>There can only be one connection to the server at a time with iperf3. {| class="wikitable" |+ !Server !Address !Port |- |Pubnix |p.projectsegfau.lt |5202 |- |Pizza1 |pi...")
 
(remove sol)
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:


To test, run the following:<pre>
To test, run the following:<pre>
iperf3 -p <port (documented below)>-c <server address (documented below)> # Upload
# Replace anything between the brackets with the data provided in the table below.
iperf3 -R -p <port> -c <server address> # Download
iperf3 -p [ port ] -c [ address ] # Upload
iperf3 -R -p [ port ] -c [ address ] # Download
</pre>There can only be one connection to the server at a time with iperf3.
</pre>There can only be one connection to the server at a time with iperf3.
{| class="wikitable"
{| class="wikitable"
Line 19: Line 20:
|Pizza1
|Pizza1
|pizza1.projectsegfau.lt
|pizza1.projectsegfau.lt
|5201
|-
|Soleil Levant
|soleil.projectsegfau.lt
|5201
|5201
|-
|-
Line 31: Line 28:
|US Node
|US Node
|us.projectsegfau.lt
|us.projectsegfau.lt
|5201
|-
|Status VPS
|status.projectsegfau.lt
|5201
|5201
|}
|}

Latest revision as of 15:28, 20 September 2023

Iperf3 is a tool which can be used to measure how fast your connection to our servers is.

We run iperf3 instances on all our nodes.

To test, run the following:

# Replace anything between the brackets with the data provided in the table below.
iperf3 -p [ port ] -c [ address ] # Upload
iperf3 -R -p [ port ] -c [ address ] # Download

There can only be one connection to the server at a time with iperf3.

Server Address Port
Pubnix p.projectsegfau.lt 5202
Pizza1 pizza1.projectsegfau.lt 5201
IN Node in.projectsegfau.lt 5201
US Node us.projectsegfau.lt 5201