Advertisement
mar_w

na 4 ETH

May 28th, 2020 (edited)
1,190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.48 KB | None | 0 0
  1. # na 4 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 56818 connected to 172.16.10.1 port 5201
  5. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  6. [  5]   0.00-10.00  sec  2.59 GBytes  2228 Mbits/sec  3443    372 KBytes      
  7. [  5]  10.00-20.00  sec  2.59 GBytes  2226 Mbits/sec  3111    346 KBytes      
  8. [  5]  20.00-30.00  sec  2.60 GBytes  2230 Mbits/sec  3050    300 KBytes      
  9. - - - - - - - - - - - - - - - - - - - - - - - - -
  10. [ ID] Interval           Transfer     Bitrate         Retr
  11. [  5]   0.00-30.00  sec  7.78 GBytes  2228 Mbits/sec  9604             sender
  12. [  5]   0.00-30.00  sec  7.78 GBytes  2227 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 56858 connected to 172.16.10.1 port 5201
  20. [ ID] Interval           Transfer     Bitrate
  21. [  5]   0.00-10.00  sec  3.63 GBytes  3118 Mbits/sec                  
  22. [  5]  10.00-20.00  sec  3.63 GBytes  3116 Mbits/sec                  
  23. [  5]  20.00-30.00  sec  3.63 GBytes  3116 Mbits/sec                  
  24. - - - - - - - - - - - - - - - - - - - - - - - - -
  25. [ ID] Interval           Transfer     Bitrate         Retr
  26. [  5]   0.00-30.00  sec  10.9 GBytes  3117 Mbits/sec  330             sender
  27. [  5]   0.00-30.00  sec  10.9 GBytes  3117 Mbits/sec                  receiver
  28.  
  29. iperf Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement