IT/Software/Command Line Applications/iperf3

From msgwiki
Revision as of 06:15, 24 May 2020 by Walttheboss (talk | contribs) (Created page with "=== General === === Install === <nowiki><code>sudo apt install iperf3</code></nowiki> === Usage === ==== Server ==== This is the computer that will listen for requests for...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

General

Install

<code>sudo apt install iperf3</code>

Usage

Server

This is the computer that will listen for requests for speed checks.

Client

This is the computer that will try to dial into the server to test their communication speed