-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

iperf


> Measure network bandwidth between computers.

More information.


Run on server:

iperf -s

Run on server using UDP mode and set server port to listen on 5001:

iperf -u -s -p {5001}

Run on client:

iperf -c {server_address}

Run on client every 2 seconds:

iperf -c {server_address} -i {2}

Run on client with 5 parallel threads:

iperf -c {server_address} -P {5}

Run on client using UDP mode:

iperf -u -c {server_address} -p {5001}


> 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 07:39:59 2024