Advertisement
mar_w

na 3 ETH

May 28th, 2020 (edited)
1,363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.49 KB | None | 0 0
  1. # na 3 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 56862 connected to 172.16.10.1 port 5201
  5. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  6. [  5]   0.00-10.00  sec  2.16 GBytes  1858 Mbits/sec  47492    320 KBytes      
  7. [  5]  10.00-20.00  sec  2.15 GBytes  1848 Mbits/sec  45405    177 KBytes      
  8. [  5]  20.00-30.00  sec  2.17 GBytes  1864 Mbits/sec  39150    256 KBytes      
  9. - - - - - - - - - - - - - - - - - - - - - - - - -
  10. [ ID] Interval           Transfer     Bitrate         Retr
  11. [  5]   0.00-30.00  sec  6.48 GBytes  1856 Mbits/sec  132047             sender
  12. [  5]   0.00-30.00  sec  6.48 GBytes  1856 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 56866 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  1882 Mbits/sec                  
  23. [  5]  20.00-30.00  sec  2.19 GBytes  1878 Mbits/sec                  
  24. - - - - - - - - - - - - - - - - - - - - - - - - -
  25. [ ID] Interval           Transfer     Bitrate         Retr
  26. [  5]   0.00-30.00  sec  6.57 GBytes  1880 Mbits/sec   11             sender
  27. [  5]   0.00-30.00  sec  6.56 GBytes  1880 Mbits/sec                  receiver
  28.  
  29. iperf Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement