Difference between revisions of "Iperf"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  iperf -s
 
  iperf -s
 
  perf -c <address of other computer>
 
  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
  
  

Revision as of 13:48, 19 February 2020

This article is a Draft. Help us to complete it.

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


sudo apt-get install iperf
iperf -s
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


See also

Advertising: