Advertisement
Guest User

Android WLAN

a guest
Apr 5th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. root@nas:~# iperf3 -s
  2. -----------------------------------------------------------
  3. Server listening on 5201
  4. -----------------------------------------------------------
  5. Accepted connection from 192.168.10.3, port 44840
  6. [ 5] local 192.168.10.2 port 5201 connected to 192.168.10.3 port 44841
  7. [ ID] Interval Transfer Bandwidth
  8. [ 5] 0.00-1.00 sec 12.0 MBytes 101 Mbits/sec
  9. [ 5] 1.00-2.00 sec 13.3 MBytes 111 Mbits/sec
  10. [ 5] 2.00-3.00 sec 13.1 MBytes 110 Mbits/sec
  11. [ 5] 3.00-4.00 sec 13.1 MBytes 110 Mbits/sec
  12. [ 5] 4.00-5.00 sec 13.2 MBytes 111 Mbits/sec
  13. [ 5] 5.00-6.00 sec 13.2 MBytes 110 Mbits/sec
  14. [ 5] 6.00-7.00 sec 13.1 MBytes 110 Mbits/sec
  15. [ 5] 7.00-8.00 sec 13.1 MBytes 110 Mbits/sec
  16. [ 5] 8.00-9.00 sec 13.1 MBytes 110 Mbits/sec
  17. [ 5] 9.00-10.00 sec 13.2 MBytes 110 Mbits/sec
  18. [ 5] 10.00-10.04 sec 602 KBytes 114 Mbits/sec
  19. - - - - - - - - - - - - - - - - - - - - - - - - -
  20. [ ID] Interval Transfer Bandwidth
  21. [ 5] 0.00-10.04 sec 131 MBytes 110 Mbits/sec sender
  22. [ 5] 0.00-10.04 sec 131 MBytes 109 Mbits/sec receiver
  23.  
  24. root@nas:~# iperf3 -c 192.168.10.3 -i 1
  25. Connecting to host 192.168.10.3, port 5201
  26. [ 4] local 192.168.10.2 port 35152 connected to 192.168.10.3 port 5201
  27. [ ID] Interval Transfer Bandwidth Retr Cwnd
  28. [ 4] 0.00-1.00 sec 13.8 MBytes 115 Mbits/sec 0 537 KBytes
  29. [ 4] 1.00-2.00 sec 7.50 MBytes 62.9 Mbits/sec 516 63.6 KBytes
  30. [ 4] 2.00-3.00 sec 8.75 MBytes 73.4 Mbits/sec 0 127 KBytes
  31. [ 4] 3.00-4.00 sec 8.75 MBytes 73.4 Mbits/sec 90 73.5 KBytes
  32. [ 4] 4.00-5.00 sec 10.0 MBytes 83.9 Mbits/sec 0 132 KBytes
  33. [ 4] 5.00-6.00 sec 10.0 MBytes 83.9 Mbits/sec 0 177 KBytes
  34. [ 4] 6.00-7.00 sec 8.75 MBytes 73.4 Mbits/sec 26 87.7 KBytes
  35. [ 4] 7.00-8.00 sec 10.0 MBytes 83.9 Mbits/sec 0 141 KBytes
  36. [ 4] 8.00-9.00 sec 8.75 MBytes 73.4 Mbits/sec 131 97.6 KBytes
  37. [ 4] 9.00-10.00 sec 8.75 MBytes 73.4 Mbits/sec 65 65.0 KBytes
  38. - - - - - - - - - - - - - - - - - - - - - - - - -
  39. [ ID] Interval Transfer Bandwidth Retr
  40. [ 4] 0.00-10.00 sec 95.0 MBytes 79.7 Mbits/sec 828 sender
  41. [ 4] 0.00-10.00 sec 92.3 MBytes 77.4 Mbits/sec receiver
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement