Guest User

Untitled

a guest
Aug 19th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. iperf is simple and easy to use.
  2.  
  3. It requires a client and server.
  4.  
  5. (on the server)
  6.  
  7. user@server$ iperf -s
  8.  
  9. (on the client)
  10.  
  11. user@client$ iperf -c server.domain
  12. ------------------------------------------------------------
  13. Client connecting to 192.168.1.1, TCP port 5001
  14. TCP window size: 16.0 KByte (default)
  15. ------------------------------------------------------------
  16. [ 3] local 192.168.1.3 port 52143 connected with 192.168.1.1 port 5001
  17. [ ID] Interval Transfer Bandwidth
  18. [ 3] 0.0-10.0 sec 113 MBytes 94.7 Mbits/sec
Add Comment
Please, Sign In to add comment