iPerf — The ultimate speed test tool for TCP, UDP and SCTPTest the limits of your network + Internet neutrality test
Windows
Binaries are available at :
- https://files.budman.pw
- https://github.com/ar51an/iperf3-win-builds
macOS :
- HomeBrew : brew install iperf3
- MacPorts : sudo port install iperf3
Android :
Building iperf3 for Android : https://github.com/davidBar-On/android-iperf3/
Ubuntu / Debian / Mint
launch a terminal and type sudo apt-get install iperf3
Fedora / Red Hat / CentOS / Rocky
launch a terminal and type yum install iperf3
FreeBSD
launch a terminal and type sudo pkg install benchmarks/iperf3
French forum for iPerf
iPerf3 server log script :
iperf3tocsv.py (2.5 KiB) by Kirth Gersen
Log for iPerf3 : display «date,ip,localport,remoteport,duration,protocol,num_streams,cookie,sent,sent_mbps,rcvd,rcvd_mbps,totalsent,totalreceived»
How to perform a more recent installation of Iperf than the one included in Ubuntu / Debian / Mint ?
- Removing the old version: sudo apt remove iperf3 libiperf0
- Install the dependency: sudo apt install libsctp1
- Take a recent Ubuntu distribution from https://launchpad.net/ubuntu/+source/iperf3
- Download iperf3_3.xx-1_amd64.deb and libiperf0_3.xx-1_amd64.deb packages (use amd64 version for a standard version of Ubuntu)
- Install downloaded packages: sudo dpkg -i libiperf0_3.xx-1_amd64.deb iperf3_3.xx-1_amd64.deb
- Remove downloaded packages that are now unnecessary: rm libiperf0_3.xx-1_amd64.deb iperf3_3.xx-1_amd64.deb
Iperf – кроссплатформенная консольная утилита с открытым исходным кодом, предназначенная для тестирования пропускной способности сети между двумя узлами. Утилита iperf позволяет генерировать нагрузочный TCP и UDP трафик между хостами. С помощью iperf вы можете быстро измерить максимальную пропускную способность сети между сервером и клиентом, провести нагрузочное тестирование канала связи, маршрутизатора, сетевого шлюза (файервола), вашей Ethernet или Wi-Fi сети.
В этой статье мы покажем, как установить и использовать утилиту iPerf для проверки скорости сети в Windows, Linux и VMware ESXi (есть версии iperf для Android, MacOS, RouterOS от MikroTik и других платформ).
Содержание:
- Установка и использование iPerf в Windows
- Установка iPerf в Linux
- Запуск iPerf в VMware ESXi
- Проверка пропускной способности сети с помощью iPerf
Утилита iPerf является кроссплатформенной и не требует установки, достаточно скопировать и запустить ее на двух устройствах, пропускную способность сети между которыми нужно оценить. iPerf работает в режиме клиент-сервер. На первом компьютере утилита iPerf запускается в режиме сервера (ожидает трафик от клиента). На втором компьютере iPerf запускается в режиме клиента, начинает генерировать TCP/UDP трафик и выполнять измерение максимальной скорости передачи данных. В большинстве случаев сейчас используется версия iPerf3 (поддерживает высокоскоростное UDP тестирование, по умолчанию используется порт 5201 TCP/UDP).
Установка и использование iPerf в Windows
Вы можете скачать iperf 3.1 для Windows по ссылке https://iperf.fr/iperf-download.php или версию iperf2. Достаточно скачать архив iperf и распаковать в локальный каталог на диске. Установка утилиты не требуется. В архиве всего два файла: cygwin1.dll и iperf3.exe.
Вы можете скачать архив iPerf и распаковать его на диск с помощью команд PowerShell:
$iPerfZip = "https://iperf.fr/download/windows/iperf-3.1.3-win64.zip"
$TargetFolder = Join-Path $env:TEMP "iperf.zip"$iPerfPath = Join-Path $env:TEMP "iperf"
if (!(Test-Path $iPerfPath))
{ Invoke-WebRequest -Uri $iPerfZip -OutFile $TargetFolder
Expand-Archive -Path $TargetFolder -DestinationPath $iPerfPath
}
Iperf это консольная утилита и для ее запуска нужно использовать командную строку. Откройте командную строку (cmd.exe) и перейдите в каталог с утилитой. Например:
cd c:\tools\iperf
Если вы запустить программу iperf3.exe без параметров, она выведет список доступных опций.
Утилита iPerf может работать в режиме сервера (параметр -s) или клиента (-c). Если вы запускаете iPerf сервер на Windows, нужно открыть входящие порт 5201 для протоколов TCP и UDP. Можно открыть порты через графический интерфейс Windows Defender Firewall или с помощью команд PowerShell. Создайте и включите правила файервола так:
New-NetFirewallRule -DisplayName 'iPerf-Server-Inbound-TCP' -Direction Inbound -Protocol TCP -LocalPort 5201 -Action Allow | Enable-NetFirewallRule
New-NetFirewallRule -DisplayName 'iPerf-Server-Inbound-UDP' -Direction Inbound -Protocol UDP -LocalPort 5201 -Action Allow | Enable-NetFirewallRule
Для Windows есть несколько реализаций графического интерфейса. Например, Iperf3-Cygwin-GUI и jperf.
Утилита jperf написана на Java (для работы на компьютере должна быть установлена Java-машина). Помимо графических рюшечек к CLI интерфейсу, Jperf умеет в реальном времени строить графики пропускной способности канала связи.
Для использования достаточно указать адрес сервера iPerf и запустить проверку.
В галерее скриптов PowerShell есть отдельный модуль iPerfAutomate, который можно использовать для получения данных измерения производительности сети из скриптов PowerShell. Вы можете установить модуль так:
Install-Module -Name iPerfAutomate
Установка iPerf в Linux
В дистрибутивах CentOS/RHEL/Fedora 8 пакет iperf3 включен в состав базового репозитория AppStream (в CentOS 7 iperf3 есть в EPEL). Вы можете установить его стандартной командой yum/dnf:
# dnf install iperf3
В дистрибутивах Debian/Ubuntu вы можете установить утилиту iperf3 командой:
$ sudo apt install iperf3
Если данный Linux сервер планируется использовать в качестве сервере iperf3, нужно открыть порт 5201 в firewalld (или iptables):
# firewall-cmd --permanent --add-port=5201/tcp
# firewall-cmd --permanent --add-port=5201/udp
# firewall-cmd --reload
Запуск iPerf в VMware ESXi
VMware удалила утилиту iPerf в ESXi 6.7, но вернула его в 6.7U1. Проверьте, что на вашем хосте ESXi установлен iPerf. Подключитесь к консоли ESXi по SSH, перейдите в каталог
/usr/lib/vmware/vsan/bin
и проверьте, есть ли в нем файл iperf или iperf3.
Если iPerf не установлен, вы можете вручную скачать offline bundle с iperf здесь (http://vibsdepot.v-front.de/depot/bundles/iperf-2.0.5-1-offline_bundle.zip), скопируйте его на ESXi хост и установить командой:
# esxcli software vib install -d /iperf-2.0.5-1-offline_bundle.zip –no-sig-check
Утилита будет установлена в каталог /opt/iperf/bin и для ее запуска нужно указывать команду:
# /opt/iperf/bin/iperf3
Если вы запускаете iPerf сервер на хосте ESXi, нужно открыть порты 5201. По умолчанию эти порты запрещены в файерволе ESXi. Чтобы открыть их, можно временно отключить файервол:
# esxcli network firewall get# esxcli network firewall set --enabled=false
# esxcli network firewall get
Не забудьте включить файервол ESXi после окончания проверки пропускной способности сети:
# esxcli network firewall set --enabled true
При запуске iPerf в ESXi его нужно привязывать к интерфейсу vmkernel:
# esxcli network ip interface ipv4 get
Проверку доступности между хостами ESXi можно выполнить с помощью:
# vmkping IP address
Запускайте iPerf на полученном IP адресе:
# iperf -s -B 192.168.31.50
Проверка пропускной способности сети с помощью iPerf
Рассмотрим теперь несколько примеров использования iperf для тестирования пропускной способности сети. В этом примере мы будем использовать сервер с CentOS в качестве сервера iperf. Запустим утилиту iperf в серверном режиме:
# iperf3 –s
Сервер iperf запущен, он ожидает соединения на порту TCP/5201.
Server listening on 5201
Важно. Аргументы утилиты iperf регистрозависимы!
Можно запустить iperf сервер с большим размером TCP окна и на другом порту:
# iperf3 -s -w 32768 –p 5203
-w 32768 – зададим размер окна TCP в 32 KB (по умолчанию около 8 Кб)
–p 5203 – порт, на котором ожидает подключения iperf (напоминаю, что iperf2 по умолчанию слушает на порту 5001).
Можно запустить сервер iPerf в режиме службы Windows с помощью ключа -D.
В качестве клиента iperf я использую компьютер с Windows 10. Запустите командную строку и перейдите в каталог с исполняемым файлом iperf:
cd c:\tools\iperf
Чтобы запустить проверку сети со стороны клиента, укажите адрес (имя) хоста, где запущен сервер iperf:
iperf3.exe -c 192.168.1.202
Клиент начнет генерировать сетевой трафик и выполнит тестирование канала в течении 10 секунд и выведет примерно такую таблицу:
- Interval – промежуток тестирования (в сек.);
- Transfer – размер переданных данных за это время;
- Bandwidth – средняя скорость передачи данных.
Если вы запустили сервер iperf с увеличенным размером TCP окна, вы можете использовать следующую команду для получения максимальной нагрузки на сеть:
iperf3.exe -c 192.168.1.202 -P 8 -t 30 -w 32768 -i 5 -f g
- -c 192.168.1.202 – IP адрес сервера iperf;
- -w 32768 — увеличиваем размер TCP окна;
- -t 30 – время в секундах, в течении которого выполняется тестирование (по умолчанию 10 секунд);
- -P 8 — число параллельных потоков (подключений), используется для получения максимальной нагрузки на канал;
- -i 5 – выводить статистику на экран каждые 5 секунд. Параметр удобно использовать при продолжительных тестах (несколько минут, часов);
- -f m — выводить результаты в Мбит/с. Здесь можно использовать атрибуты kmgKMG (килобиты, мегабиты, мегабайты и т.д.).
В нашем примере тестирование длилось 30 секунд. В итоговом отчете нас интересует значения столбца Bandwidth в последней строке [SUM]. Здесь указаны средняя скорость отправки (sender) и получения данных по сети (receiver).
В нашем случае средняя пропускная способность сети между двумя узлами – 79,7 Мбит/с. Было передано 285 Мб данных (столбец Transfer).
Можно запустить iperf в обратном режиме (сервер отправляет данные, а клиент принимает), для этого на клиенте указывается опция –R.
По-умолчанию утилита генерирует TCP трафик, если вам нужно проверить скорость сети для UDP пакетов, необходимо использовать ключ –u (сервер при этом запускается командой:
iperf3 -s –u
).
Если вам нужно проверить ваш интернет-канал (предоставляемый провайдером), можно воспользоваться одним из публичных iperf серверов (список доступен здесь):
iperf3 -c iperf.it-north.net
Обратите внимание, что iperf3 не поддерживает несколько одновременных тестов. Если сервер iperf сейчас выполняет тестирование с одним клиентов, то при попытке подключиться к нему с другого вы получите ошибку: iperf3: error — the server is busy running a test. try again later.
Если нужно оценить пропускную способность сети в обоих направлениях (в дуплексном режиме), дополнительно на клиенте нужно указать опцию –d:
iperf3.exe -c IP -P 8 -t 30 -w 32768 -d
Во время выполнения теста сете с помощью iperf вы можете следить за нагрузкой на сетевой интерфейс компьютера через Task Manager.
Важно отметить, что при тестировании Iperf используем всю доступную пропускную способность канала связи между клиентом и сервером, что может негативно повлиять на продуктивные приложения и пользователей.
Полный список опций утилиты iperf можно получить так:
iperf3 –help
Iperf – простая и удобная сетевая утилита, которая поможет вам измерить производительность сетевого подключения и максимальную скорость передачи данных между двумя устройствами.
iperf3 — binaries for windows
Benchmark your network limits
Intro
iperf3 can be used to measure maximum network throughput. It allows to calibrate several parameters like timing, buffers, protocols and streams that can help in network optimization. Each test shows various network performance metrics including throughput, jitter and packet loss. iperf3 results are considered much more accurate and reliable.
Last official binary release version was 3.1.3 for Windows in 2016 . This repo is created for iperf3 pre-compiled binaries for Windows. The goal is to create iperf3 Windows executable without any modification in original source code. Each binary released is checked with VirusTotal before upload.
Builds
iperf Ver | Cygwin Ver | OS | OpenSSL Ver |
---|---|---|---|
3.18 | 3.5.4-1.x86_64 | Win11 64-bit | 3.0.15 |
3.17.1 | 3.5.3-1.x86_64 | Win11 64-bit | 3.0.13 |
3.16 | 3.4.10-1.x86_64 | Win11 64-bit | 3.0.12 |
Benchmark
- Many folks use iperf to evaluate internet speed. Public servers are available under links section.
- Each binary goes through below tests before release:
• Download | Upload | Client mode | Server mode | Parallel streams
Release
-
Variations of available release files summarized below:
Release File OpenSSL Extra Feature Info iperf-<ver>-win64.zip
No Recommended
iperf-<ver>-win64-static-auth.zip
Yes authentication iperf-<ver>-win64-dynamic-auth.zip
Yes authentication iperf-<ver>-win7-64Bit.zip
No For Win7
NOTE:
Optional features in iperf3 are OS specific. Some features utilize functions and modules that are available under certain kernels.iperf -v
lists available features.
Links
-
Reference
Updates about iperf3 Windows binary release are available in a discussion thread at Neowin maintained by budman. It is mentioned in official docs at Obtaining iperf3. -
Public Servers:
• https://github.com/R0GGER/public-iperf3-servers —Recommended
• https://as62240.net/speedtest
• Few US Servers:Server Name Location Ports nyc.speedtest.clouvider.net NY 5200-5209 speedgauge2.optonline.net NY 5201 charlotte02.speedtest.windstream.net NC 5201 iperf3.velocityonline.net FL 5201-5210 la.speedtest.clouvider.net LA 5200-5209 iperf.scottlinux.com CA 5201 -
Manual:
• https://software.es.net/iperf/invoking.html#iperf3-manual-page -
Source Code:
• https://github.com/esnet/iperf
Speed Test
Test | Cmd |
---|---|
TCP Download | iperf3.exe -c <server> -P 10 -4 -R |
TCP Upload | iperf3.exe -c <server> -P 10 -4 |
UDP Download | iperf3.exe -c <server> -u -P 10 -4 -R |
UDP Upload | iperf3.exe -c <server> -u -P 10 -4 |
Disclaimer
esnet/iperf source code copyright and disclaimer applies to this binary distribution. Check License for further details.
Installing Iperf on Windows 7 allows you to measure network performance by testing the bandwidth, latency, and other network parameters between two devices. This can be helpful for diagnosing network issues, optimizing network configurations, and conducting performance testing. In this blog post, we will guide you through the process of installing and using Iperf on Windows 7.
Video Tutorial:
Why You Need to Install Iperf on Windows 7
There are several reasons why you may want to install Iperf on your Windows 7 machine. Some of these reasons include:
1. Network troubleshooting: Iperf can help you diagnose network issues by measuring the throughput, packet loss, and delay on your network. By running Iperf tests between different devices, you can pinpoint the source of network problems and take corrective action.
2. Network optimization: Iperf provides valuable insights into your network’s performance. By analyzing the test results, you can identify network bottlenecks, fine-tune network settings, and optimize your network for better performance.
3. Performance testing: If you are setting up a new network or making changes to an existing one, Iperf can help you assess its performance before going live. By benchmarking your network with Iperf tests, you can ensure that it meets the required standards and can handle the expected load.
4. Network monitoring: By periodically running Iperf tests, you can keep an eye on your network’s performance and detect any degradation or anomalies. This proactive approach allows you to address issues before they affect user experience or disrupt critical operations.
Method 1. How to Install Iperf on Windows 7 via Cygwin
Cygwin is a Linux-like environment for Windows that provides a collection of tools and libraries needed to run Iperf. Follow the steps below to install Iperf using Cygwin:
Step 1: Download and install Cygwin from the official website (https://www.cygwin.com/). Make sure to select the appropriate version for your Windows 7 operating system.
Step 2: Launch the Cygwin installer and follow the on-screen instructions. When prompted to select the packages, search for “iperf” in the search bar and select the package for installation.
Step 3: Complete the installation process and Cygwin will be installed on your Windows 7 machine.
Step 4: Open the Cygwin terminal by clicking on the Cygwin icon or searching for “Cygwin terminal” in the Windows search bar.
Step 5: In the Cygwin terminal, type the following command to install Iperf: “apt-cyg install iperf”.
Step 6: Press Enter and Cygwin will download and install Iperf on your Windows 7 machine.
Pros | Cons
—–|—–
1. Cygwin provides a Linux-like environment on Windows, making it easier to run Iperf. | 1. Cygwin installation can be complex for beginners.
2. Cygwin allows the use of other Linux tools alongside Iperf, expanding your network diagnostics capabilities. | 2. Cygwin may require additional disk space and memory.
3. Cygwin is open-source and free to use. | 3. Cygwin may not be as user-friendly as native Windows applications.
Method 2. How to Install Iperf on Windows 7 via Chocolatey
Chocolatey is a package manager for Windows that simplifies the installation and management of software. Here’s how you can install Iperf using Chocolatey:
Step 1: Open a web browser and go to the Chocolatey website (https://chocolatey.org/install). Follow the instructions on the website to install Chocolatey on your Windows 7 machine.
Step 2: Once Chocolatey is installed, open the Command Prompt as an administrator. You can do this by searching for “Command Prompt” in the Windows search bar, right-clicking on it, and selecting “Run as administrator”.
Step 3: In the Command Prompt, type the following command to install Iperf: “choco install iperf”.
Step 4: Press Enter and Chocolatey will download and install Iperf on your Windows 7 machine.
Pros | Cons
—–|—–
1. Chocolatey provides a simple and automated way to install software on Windows. | 1. Chocolatey may not have the latest version of Iperf available.
2. Chocolatey handles dependency resolution, ensuring that all required components are installed. | 2. Chocolatey requires an internet connection for package installation.
3. Chocolatey allows for easy software updates and uninstallation. | 3. Chocolatey may require administrative privileges for installation.
Method 3. How to Install Iperf on Windows 7 via Binary File
Another method to install Iperf on Windows 7 is by using the precompiled binary file. Follow the steps below to install Iperf using this method:
Step 1: Visit the Iperf website (https://iperf.fr/) and navigate to the Downloads section.
Step 2: Download the appropriate binary file for Windows 7. Make sure to select the correct version for your operating system (32-bit or 64-bit).
Step 3: Once the binary file is downloaded, extract the contents to a folder on your Windows 7 machine.
Step 4: Add the path to the Iperf folder to your system’s PATH environment variable. This will allow you to run Iperf from any command prompt.
Pros | Cons
—–|—–
1. Installing Iperf from a binary file is straightforward and does not require additional dependencies. | 1. The binary file method requires manual extraction and configuration.
2. The binary file method allows you to have complete control over the installation process. | 2. Updating Iperf to a newer version may require manual intervention.
3. The binary file method does not require an internet connection during installation. | 3. The binary file method may not be as convenient for beginners.
Method 4. How to Install Iperf on Windows 7 via Windows Subsystem for Linux (WSL)
If you have enabled the Windows Subsystem for Linux on your Windows 7 machine, you can install Iperf using the Linux package manager. Here’s how you can do it:
Step 1: Open the Windows Command Prompt as an administrator. You can do this by searching for “Command Prompt” in the Windows search bar, right-clicking on it, and selecting “Run as administrator”.
Step 2: Enable the Windows Subsystem for Linux by running the following command: “wsl –install”.
Step 3: Restart your Windows 7 machine to complete the installation.
Step 4: After restarting, open the Windows Start menu and search for “Ubuntu”. Click on the “Ubuntu” application to launch the Linux terminal.
Step 5: In the Linux terminal, type the following command to update the package list: “sudo apt update”.
Step 6: Once the package list is updated, install Iperf by running the command: “sudo apt install iperf”.
Pros | Cons
—–|—–
1. The Windows Subsystem for Linux allows you to run Iperf natively on your Windows 7 machine. | 1. Enabling the Windows Subsystem for Linux requires administrative privileges.
2. The Linux package manager makes it easy to install and manage Iperf and its dependencies. | 2. The Windows Subsystem for Linux may have compatibility issues with certain hardware and software.
3. Running Iperf on the Windows Subsystem for Linux provides a familiar environment for Linux users. | 3. The Windows Subsystem for Linux is only available on certain editions of Windows 7.
What to Do If You Can’t Install Iperf on Windows 7
If you encounter difficulties installing Iperf on Windows 7, here are some potential fixes:
– Ensure that you have administrative privileges on your Windows 7 machine. Some installation methods require administrative access to the system.
– Check if your Windows 7 machine meets the system requirements for the installation method you are using. For example, the Windows Subsystem for Linux may not be available on all editions of Windows 7.
– Temporarily disable any antivirus or firewall software that may be blocking the installation process. Some security software may interfere with the installation.
– Try using an alternative installation method. If one method doesn’t work, try another method, such as using a different binary file or package manager.
Bonus Tips
Here are three bonus tips to help you get the most out of Iperf on Windows 7:
1. Use multiple test servers: Instead of testing the network performance between two devices, consider setting up multiple test servers in different locations. This will allow you to measure the performance between various network endpoints and identify potential bottlenecks.
2. Customize Iperf parameters: Iperf allows you to customize various parameters, such as the test duration, TCP/UDP mode, and packet size. Experiment with different settings to simulate real-world scenarios and gather more accurate performance measurements.
3. Combine Iperf with graphical frontends: While Iperf is primarily a command-line tool, there are graphical frontends available that provide a more user-friendly interface. These frontends can make it easier to configure test parameters, visualize test results, and save test configurations for future use.
5 FAQs
Q1: Can I use Iperf to test wireless network performance?
A: Yes, Iperf can be used to test the performance of wireless networks. By running Iperf tests between a wireless client and an access point, you can measure the throughput and latency of your wireless network.
Q2: Are the test results produced by Iperf accurate?
A: The accuracy of the test results depends on various factors, such as the network conditions, hardware capabilities, and test configuration. While Iperf provides a reliable benchmarking tool, it’s important to consider these factors when interpreting the test results.
Q3: Can I use Iperf on other operating systems?
A: Yes, Iperf is available for a wide range of operating systems, including Windows, Linux, macOS, and BSD. The installation process may vary slightly depending on the operating system, but the basic functionality and usage remain the same.
Q4: Are there any alternatives to Iperf?
A: Yes, there are several alternatives to Iperf, such as iPerf3, NetPerf, and Jperf. These tools offer similar network performance testing capabilities and can be used as alternatives or complements to Iperf.
Q5: Can I use Iperf to test the performance of my internet connection?
A: Yes, Iperf can be used to measure the performance of your internet connection by running tests between your local machine and a remote server. This can help you identify any issues with your internet service provider (ISP) or network infrastructure.
Final Thoughts
Installing Iperf on Windows 7 allows you to measure network performance and gain insights into the quality and capabilities of your network. By following the methods outlined in this blog post, you can easily install Iperf and start using it for network troubleshooting, optimization, and performance testing. Remember to customize the test parameters and explore additional features to get the most out of Iperf. Happy testing!{“@context”:”https://schema.org”,”@type”:”FAQPage”,”mainEntity”:[{“@type”:”Question”,”name”:” Can I use Iperf to test wireless network performance?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:” Yes, Iperf can be used to test the performance of wireless networks. By running Iperf tests between a wireless client and an access point, you can measure the throughput and latency of your wireless network.”}},{“@type”:”Question”,”name”:” Are the test results produced by Iperf accurate?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:” The accuracy of the test results depends on various factors, such as the network conditions, hardware capabilities, and test configuration. While Iperf provides a reliable benchmarking tool, it’s important to consider these factors when interpreting the test results.”}},{“@type”:”Question”,”name”:” Can I use Iperf on other operating systems?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:” Yes, Iperf is available for a wide range of operating systems, including Windows, Linux, macOS, and BSD. The installation process may vary slightly depending on the operating system, but the basic functionality and usage remain the same.”}},{“@type”:”Question”,”name”:” Are there any alternatives to Iperf?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:” Yes, there are several alternatives to Iperf, such as iPerf3, NetPerf, and Jperf. These tools offer similar network performance testing capabilities and can be used as alternatives or complements to Iperf.”}},{“@type”:”Question”,”name”:” Can I use Iperf to test the performance of my internet connection?”,”acceptedAnswer”:{“@type”:”Answer”,”text”:” Yes, Iperf can be used to measure the performance of your internet connection by running tests between your local machine and a remote server. This can help you identify any issues with your internet service provider (ISP) or network infrastructure.”}}]}
Консольная программа, которая поможет проверить пропускную способность сети. Чтобы провести тестирование, необходимо запустить программу на обоих компьютерах, выполняющих роль сервера и клиента. Сайт SoftSlot.com не несет ответственности за файл, который вы скачиваете. То же самое относится и к информации о программе. Мы не распространяем серийные номера или кряки к программам, и не несем ответственности за их неправильное использование. Популярные программы в категории — «Сеть»1. Virtual Router Plus 2.6.0 3. Charles 4.6.2 5. Connectify 2020 7. MyHotSpot 22.2 9. VNC Scanner GUI 1.2 2. MyPublicWiFi 28.1 4. Mhotspot 7.8.8.9 6. Virtual WiFi Router 3.0.1.0 8. MaryFi 1.1 10. Spacedesk X10 0.9.21 |