-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

iperf3


> Traffic generator for testing network bandwidth.

More information.


Run iperf3 as a server:

iperf3 -s

Run an iperf3 server on a specific port:

iperf3 -s -p {port}

Start bandwidth test:

iperf3 -c {server}

Run iperf3 in multiple parallel streams:

iperf3 -c {server} -P {streams}

Reverse direction of the test. Server sends data to the client:

iperf3 -c {server} -R


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 04:41:01 2024