IT/Software/Command Line Applications/iperf3: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
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...") |
Walttheboss (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
=== Install === | === Install === | ||
<code>sudo apt install iperf3</code> | |||
=== Usage === | === Usage === |
Revision as of 06:15, 24 May 2020
General
Install
sudo apt install iperf3
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