iPerf3 Server Configuration Details
To use iPerf in Link Master Logging (LML), you need to set up a compatible server. The first step of this process is to install iperf3.
If you are using ubuntu, install iperf3 using the command
sudo apt install iperf3
To install manually,
Download the source using either wget
https://github.com/esnet/iperf/archive/refs/heads/master.zip or going to https://downloads.es.net/pub/iperf/, selecting the version and downloading the source code
Unzip the downloaded file
Check the version when the installation completes using iperf3 -v
Once iperf3 has been installed, configure the firewall by opening a port (for example port 5201). Then run using iperf3 -s -p 5201.
Note: This guide was made for iPerf3 version 3.15
Related Articles
What does GOOD/BAD result mean during iPerf test?
When running a iPerf test, you may come across the test results GOOD / BAD These results evaluate whether the throughput is above (GOOD) or below (BAD) a threshold set on the Plan Settings tab. In this example, the DL speeds are 100 Mbps, which is ...
How to use the multi session mapping tool in LML
This is a video tutorial covering the same topic as the article What is the multi session mapping tool The multi session mapping tool is a feature of Link Master Logging (LML) which lets you combine data from any number of log files into a single map ...
Quickstart: LML
In this article, you'll learn how to get up and running with Link Master Logging (LML) in no time. We'll cover: Downloading the latest version of LML Launching LML and configuring your Port Settings Configuring your test using Plan Settings Using the ...
UL MIMO analysis in LML and LMA
As the lifecycle of 5G marches onwards, UL MIMO will continue to show up in locations around the country, necessitating more and more testing. To facilitate this testing, there are a variety of ways to analyze UL MIMO using both Link Master Logging ...
How to use gestures in LML
This is a video version of the content of this article. This article covers how to use the gestures tool in Link Master Logging (LML), including what gestures are how we create gesture scripts how we use gestures during tests Gesture Basics Gestures ...