wiki/Iperf3.html
2024-06-24 14:10:54 +00:00

52 lines
1.4 KiB
HTML

<!--
title: Iperf3
description:
published: true
date: 2024-06-23T15:52:44.746Z
tags:
editor: ckeditor
dateCreated: 2024-06-23T15:52:20.416Z
-->
<p>Iperf3 is a tool which can be used to measure how fast your connection to our servers is.</p>
<p>We run iperf3 instances on all our nodes.</p>
<p>To test, run the following:</p>
<pre><code class="language-plaintext"># 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</code></pre>
<p>Unfortunately, there can only be one connection to the server at a time with iperf3 (though this shouldn't be a problem in most cases)</p>
<p>&nbsp;</p>
<figure class="table">
<table>
<tbody>
<tr>
<th>Server&nbsp;</th>
<th>Address&nbsp;</th>
<th>Port&nbsp;</th>
</tr>
<tr>
<th>Pubnix&nbsp;</th>
<th>p.projectsegfau.lt&nbsp;</th>
<th>5202&nbsp;</th>
</tr>
<tr>
<th>Pizza1&nbsp;</th>
<th>pizza1.projectsegfau.lt&nbsp;</th>
<th>5201&nbsp;</th>
</tr>
<tr>
<th>IN Node&nbsp;</th>
<th>in.projectsegfau.lt&nbsp;</th>
<th>5201&nbsp;</th>
</tr>
<tr>
<th>US Node&nbsp;</th>
<th>us.projectsegfau.lt&nbsp;</th>
<th>5201</th>
</tr>
</tbody>
</table>
</figure>