Advertisement
mar_w

na 1 ETH

May 28th, 2020 (edited)
1,871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.48 KB | None | 0 0
  1. # na 1 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 56878 connected to 172.16.10.1 port 5201
  5. [ ID] Interval           Transfer     Bitrate         Retr  Cwnd
  6. [  5]   0.00-10.00  sec  1.10 GBytes   943 Mbits/sec    0    461 KBytes      
  7. [  5]  10.00-20.00  sec  1.10 GBytes   943 Mbits/sec    0   1.15 MBytes      
  8. [  5]  20.00-30.00  sec  1.10 GBytes   942 Mbits/sec    0   1.15 MBytes      
  9. - - - - - - - - - - - - - - - - - - - - - - - - -
  10. [ ID] Interval           Transfer     Bitrate         Retr
  11. [  5]   0.00-30.00  sec  3.29 GBytes   942 Mbits/sec    0             sender
  12. [  5]   0.00-30.00  sec  3.29 GBytes   941 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 56882 connected to 172.16.10.1 port 5201
  20. [ ID] Interval           Transfer     Bitrate
  21. [  5]   0.00-10.00  sec  1.10 GBytes   941 Mbits/sec                  
  22. [  5]  10.00-20.00  sec  1.10 GBytes   941 Mbits/sec                  
  23. [  5]  20.00-30.00  sec  1.10 GBytes   941 Mbits/sec                  
  24. - - - - - - - - - - - - - - - - - - - - - - - - -
  25. [ ID] Interval           Transfer     Bitrate         Retr
  26. [  5]   0.00-30.00  sec  3.29 GBytes   942 Mbits/sec    0             sender
  27. [  5]   0.00-30.00  sec  3.29 GBytes   941 Mbits/sec                  receiver
  28.  
  29. iperf Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement