Advertisement
mar_w

na 2 Eth

May 28th, 2020 (edited)
1,482
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.49 KB | None | 0 0
  1. # na 2 Eth
  2. # iperf3 -c 172.16.10.1 -t 30 -i 10 -f m
  3. Connecting to host 172.16.10.1, port 5201
  4. [  5] local 172.16.10.2 port 56870 connected to 172.16.10.1 port 5201
  5. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  6. [  5]   0.00-10.00  sec  1.55 GBytes  1331 Mbits/sec  41078    236 KBytes      
  7. [  5]  10.00-20.00  sec  1.53 GBytes  1317 Mbits/sec  25665    235 KBytes      
  8. [  5]  20.00-30.00  sec  1.53 GBytes  1314 Mbits/sec  37212    147 KBytes      
  9. - - - - - - - - - - - - - - - - - - - - - - - - -
  10. [ ID] Interval           Transfer     Bitrate         Retr
  11. [  5]   0.00-30.00  sec  4.61 GBytes  1321 Mbits/sec  103955             sender
  12. [  5]   0.00-30.00  sec  4.61 GBytes  1320 Mbits/sec                  receiver
  13.  
  14. iperf Done.
  15.  
  16. # iperf3 -c 172.16.10.1 -t 30 -i 10 -f m -R
  17. Connecting to host 172.16.10.1, port 5201
  18. Reverse mode, remote host 172.16.10.1 is sending
  19. [  5] local 172.16.10.2 port 56874 connected to 172.16.10.1 port 5201
  20. [ ID] Interval           Transfer     Bitrate
  21. [  5]   0.00-10.00  sec  2.19 GBytes  1879 Mbits/sec                  
  22. [  5]  10.00-20.00  sec  2.19 GBytes  1881 Mbits/sec                  
  23. [  5]  20.00-30.00  sec  2.19 GBytes  1881 Mbits/sec                  
  24. - - - - - - - - - - - - - - - - - - - - - - - - -
  25. [ ID] Interval           Transfer     Bitrate         Retr
  26. [  5]   0.00-30.00  sec  6.57 GBytes  1881 Mbits/sec    0             sender
  27. [  5]   0.00-30.00  sec  6.57 GBytes  1880 Mbits/sec                  receiver
  28.  
  29. iperf Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement