Difference between revisions of "Iperf"

From wikieduonline
Jump to navigation Jump to search
Line 28: Line 28:
 
* <code>[[pv]] </dev/zero | ssh REMOTE_SERVER 'cat >/dev/null'</code>
 
* <code>[[pv]] </dev/zero | ssh REMOTE_SERVER 'cat >/dev/null'</code>
 
* iperf2, <code>[[iperf3]]</code>
 
* iperf2, <code>[[iperf3]]</code>
 +
* <code>[[netperf]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 05:53, 1 March 2021

wikipedia:iperf perform network throughput tests. https://linux.die.net/man/1/iperf


sudo apt-get install iperf
iperf -s
perf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: 85.3 KByte (default)
------------------------------------------------------------ 
perf -c <address of other computer>
iperf -c 10.10.10.2
------------------------------------------------------------
Client connecting to 10.10.10.2, TCP port 5001
TCP window size:  129 KByte (default)
------------------------------------------------------------
[  4] local 10.10.10.50 port 50027 connected with 10.10.10.2 port 5001
[ ID] Interval       Transfer     Bandwidth
[  4]  0.0-10.0 sec  3.09 GBytes  2.65 Gbits/sec


Related commands

See also

Advertising: