Advertisement
jtl999

Untitled

Jun 3rd, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. # With IPSec
  2.  
  3. root@lb-lan:~# iperf3 -c 192.168.168.1
  4. Connecting to host 192.168.168.1, port 5201
  5. [ 4] local 192.168.168.2 port 39316 connected to 192.168.168.1 port 5201
  6. [ ID] Interval Transfer Bandwidth Retr Cwnd
  7. [ 4] 0.00-1.00 sec 20.5 MBytes 172 Mbits/sec 91 208 KBytes
  8. [ 4] 1.00-2.00 sec 18.4 MBytes 154 Mbits/sec 0 232 KBytes
  9. [ 4] 2.00-3.00 sec 18.9 MBytes 158 Mbits/sec 0 253 KBytes
  10. [ 4] 3.00-4.00 sec 18.9 MBytes 159 Mbits/sec 0 273 KBytes
  11. [ 4] 4.00-5.00 sec 19.0 MBytes 159 Mbits/sec 1 221 KBytes
  12. [ 4] 5.00-6.00 sec 18.9 MBytes 159 Mbits/sec 3 249 KBytes
  13. [ 4] 6.00-7.00 sec 18.4 MBytes 155 Mbits/sec 0 269 KBytes
  14. [ 4] 7.00-8.00 sec 19.0 MBytes 160 Mbits/sec 2 208 KBytes
  15. [ 4] 8.00-9.00 sec 18.9 MBytes 159 Mbits/sec 0 244 KBytes
  16. [ 4] 9.00-10.00 sec 18.4 MBytes 154 Mbits/sec 0 267 KBytes
  17. - - - - - - - - - - - - - - - - - - - - - - - - -
  18. [ ID] Interval Transfer Bandwidth Retr
  19. [ 4] 0.00-10.00 sec 189 MBytes 159 Mbits/sec 97 sender
  20. [ 4] 0.00-10.00 sec 188 MBytes 158 Mbits/sec receiver
  21.  
  22. iperf Done.
  23.  
  24. # Without IPSec
  25.  
  26. root@lb-lan:~# iperf3 -c 192.168.168.1
  27. Connecting to host 192.168.168.1, port 5201
  28. [ 4] local 192.168.168.2 port 39318 connected to 192.168.168.1 port 5201
  29. [ ID] Interval Transfer Bandwidth Retr Cwnd
  30. [ 4] 0.00-1.00 sec 66.8 KBytes 546 Kbits/sec 8 2.78 KBytes
  31. [ 4] 1.00-2.00 sec 90.4 KBytes 741 Kbits/sec 24 2.78 KBytes
  32. [ 4] 2.00-3.00 sec 80.7 KBytes 661 Kbits/sec 23 4.17 KBytes
  33. [ 4] 3.00-4.00 sec 25.0 KBytes 205 Kbits/sec 14 2.78 KBytes
  34. [ 4] 4.00-5.00 sec 77.9 KBytes 638 Kbits/sec 24 2.78 KBytes
  35. [ 4] 5.00-6.00 sec 52.8 KBytes 433 Kbits/sec 17 2.78 KBytes
  36. [ 4] 6.00-7.00 sec 108 KBytes 889 Kbits/sec 25 2.78 KBytes
  37. [ 4] 7.00-8.00 sec 228 KBytes 1.87 Mbits/sec 45 4.17 KBytes
  38. [ 4] 8.00-9.00 sec 200 KBytes 1.64 Mbits/sec 49 2.78 KBytes
  39. [ 4] 9.00-10.00 sec 203 KBytes 1.66 Mbits/sec 42 2.78 KBytes
  40. - - - - - - - - - - - - - - - - - - - - - - - - -
  41. [ ID] Interval Transfer Bandwidth Retr
  42. [ 4] 0.00-10.00 sec 1.11 MBytes 928 Kbits/sec 271 sender
  43. [ 4] 0.00-10.00 sec 1.06 MBytes 890 Kbits/sec receiver
  44.  
  45. iperf Done.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement