---
title: 'Checking the baud rate using the iperf3 utility | Zomro'
description: 'The work of the iperf3 utility for checking the quality and speed of a network connection will be considered.'
image: 'https://dx86q6oq7ry0e.cloudfront.net/uploads/media/blog/a44%40server-panel.net/2023/07/31/image-20230731112520-1.jpg'
---

![opened image]()

  * [Zomro](https://zomro.com/)
  * [FAQ](https://zomro.com/blog/faq/)
  * Checking the baud rate using the iperf3 utility 



# Checking the baud rate using the iperf3 utility

14-08-2023

There are many ways to check the network connection speed of a computer or server. One of these methods is a check using the _speedtest_ service. It has a number of advantages such as ease of use and accessibility. But there are also a number of disadvantages. For example, the measurement accuracy is not very high, advertising materials may take some of the traffic, the server may be overloaded, you cannot check the network speed if your computer has a port speed of more than 1 Gbps.

## **Ways to check the network connection speed of a computer or server**

  
Therefore, there is another way to perform such a check - using the _iperf3_ program. This method does not have the disadvantages mentioned above. In addition, with _iperf3_ you can also check the speed between two computers on your local network without the need for an Internet connection.

  
You can download the application for Windows by following the link: <https://iperf.fr/iperf-download.php>. Many linux distributions can install it from the repositories. Use your distribution's package manager to install.

  
You can check using one of the open servers. This may be a server from your provider or from the list at <https://iperf.fr/iperf-servers.php>. Not all servers have the required bandwidth. That is, the result will be incorrect if you check a 10 Gb/s interface with a server that has a speed of 1 Gb/s. If you have another server with a verified and sufficient bandwidth, you can check using it. On such a server, you need to run the program in server mode:
    
    
    iperf3 -s -p <port number>

  
Where **-p** is the port number. By default, if you do not set this parameter, the application runs on port _5201_. This port must be opened in the server's firewall for entry.

![Checking the baud rate using the iperf3 utility - 1](https://dx86q6oq7ry0e.cloudfront.net/uploads/media/blog/a44%40server-panel.net/2023/07/31/image-20230731112520-1.jpg)

To start checking, enter the commands:
    
    
    # Direct check (client uploads, server receives)
    
    iperf3 -c <server domain or IP> -p <port number>
    
    # Back check (client downloads, server uploads)
    
    iperf3 -c <server domain or IP> -p <port number> -R

  
Here **-p** is the port number. By default, the program runs on port _5201_. The **-R** switch indicates that this is a reverse check.

A detailed description of all the features of the program can be seen following the link: <https://iperf.fr/iperf-doc.php>

  
An example of the program execution is shown in the screenshots. The addresses _10.0.2.5_ and _10.0.2.6_ are the IP addresses of the test servers in the local network. Direct check:

![Checking the baud rate using the iperf3 utility - 2](https://dx86q6oq7ry0e.cloudfront.net/uploads/media/blog/a44%40server-panel.net/2023/07/31/image-20230731113015-2.jpg)

During the scan, statistical information appears on the client and server parts. The final averages are given at the end. The results are presented in the form of a table, which indicates: the interval, the amount of data transmitted and the data transfer rate for a given period of time. The server displays the following information:

![Checking the baud rate using the iperf3 utility - 3](https://dx86q6oq7ry0e.cloudfront.net/uploads/media/blog/a44%40server-panel.net/2023/07/31/image-20230731113601-3.jpg)

Reverse request example. The client connects on a non-standard port:

![Checking the baud rate using the iperf3 utility - 4](https://dx86q6oq7ry0e.cloudfront.net/uploads/media/blog/a44%40server-panel.net/2023/07/31/image-20230731114000-4.jpg)

An example of starting a server on a non-standard port and the result of receiving a reverse request on the server:

![Checking the baud rate using the iperf3 utility - 5](https://dx86q6oq7ry0e.cloudfront.net/uploads/media/blog/a44%40server-panel.net/2023/07/31/image-20230731114034-5.jpg)

It is recommended to make both direct and reverse requests, since the results for receiving and transmitting data may differ. Thus, you can find, for example, a network interface configuration error, in particular, when half-duplex mode is running or if the provider has configured an unsymmetrical data transfer rate in one direction and the other.

###   
Outcome

We reviewed the work with the _iperf3_ utility, designed to test the speed and quality of a network connection.

We also suggest you other useful articles:

  * [How to install and configure IIS on Windows Server](https://zomro.com/blog/faq/349-kak-ustanovit-i-nastroit-vebserver-iis-php-i-mysql-na-windows-server)
  * [How to connect custom ISO image to dedicated server](https://zomro.com/blog/faq/234-kak-podkljuchit-svoj-obraz-iso-k-vydelennomu-serveru)
  * [How to connect to a Docker container via sFTP](https://zomro.com/blog/faq/306-how-to-connect-to-a-docker-container-via-sftp)



Similar articles:

[How to install Nextcloud on Ubuntu 20.04](https://zomro.com/blog/faq/288-kak-ustanovit-nextcloud-na-ubuntu-2004) [Connecting to a Server via SSH](https://zomro.com/blog/faq/142-podkljuchenie-k-serveru-po-ssh) [How to install Nginx in Docker-Compose](https://zomro.com/blog/faq/317-kak-ustanovit-nginx-v-docker-compose) [Error 504 524 Gateway Timeout (solved)](https://zomro.com/blog/faq/226-oshibka-504-524-gateway-timeout) [How to get into phpMyAdmin from popular server control panels](https://zomro.com/blog/faq/389-in-this-article-we-will-look-at-how-to-use-phpmyadmin-to-importexport-databases-on-various-control-panels-such-as-ispmanager-cpanel-vestacp-and-hestiacp-how-to-get-into-phpmyadmin-from-popular-server)

[ Forex Server from €7.95/mon ](/server-for-forex)
