Differences

This shows you the differences between two versions of the page.

Link to this comparison view

iperf [2014/12/11 11:15]
127.0.0.1 external edit
iperf [2017/02/11 10:40]
steve
Line 6: Line 6:
  
 To use it, have a server that listens for incoming connections,​ and tell the client to connect to it. To use it, have a server that listens for incoming connections,​ and tell the client to connect to it.
 +
 +In both cases, using megabytes as format.
  
 Server: Server:
  
 <​code>​ <​code>​
-iperf -s+iperf -f M -s
 </​code>​ </​code>​
  
Line 16: Line 18:
  
 <​code>​ <​code>​
-iperf -c [server]+iperf -f M -c [server]
 </​code>​ </​code>​