52 lines
1.4 KiB
HTML
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> </p>
|
|
<figure class="table">
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>Server </th>
|
|
<th>Address </th>
|
|
<th>Port </th>
|
|
</tr>
|
|
<tr>
|
|
<th>Pubnix </th>
|
|
<th>p.projectsegfau.lt </th>
|
|
<th>5202 </th>
|
|
</tr>
|
|
<tr>
|
|
<th>Pizza1 </th>
|
|
<th>pizza1.projectsegfau.lt </th>
|
|
<th>5201 </th>
|
|
</tr>
|
|
<tr>
|
|
<th>IN Node </th>
|
|
<th>in.projectsegfau.lt </th>
|
|
<th>5201 </th>
|
|
</tr>
|
|
<tr>
|
|
<th>US Node </th>
|
|
<th>us.projectsegfau.lt </th>
|
|
<th>5201</th>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</figure>
|