diff options
Diffstat (limited to 'resources/tools/iperf')
-rw-r--r-- | resources/tools/iperf/iperf_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/iperf/iperf_client.py b/resources/tools/iperf/iperf_client.py index b77dea1179..d719ee485f 100644 --- a/resources/tools/iperf/iperf_client.py +++ b/resources/tools/iperf/iperf_client.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""This module gets a bandwith limit together with other parameters, reads +"""This script gets a bandwith limit together with other parameters, reads the iPerf3 configuration and sends the traffic. At the end, it measures the packet loss and latency. """ |