Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. root@OpenWrt:~# iperf -c 192.168.1.1 -p 1234
  2. ------------------------------------------------------------
  3. Client connecting to 192.168.1.1, TCP port 1234
  4. TCP window size: 20.8 KByte (default)
  5. ------------------------------------------------------------
  6. [ 3] local 192.168.1.241 port 35326 connected with 192.168.1.1 port 1234
  7. [ ID] Interval Transfer Bandwidth
  8. [ 3] 0.0-10.7 sec 2.13 MBytes 1.66 Mbits/sec
  9. root@OpenWrt:~# iperf -c -u 192.168.1.1 -p 1234
  10. ------------------------------------------------------------
  11. Client connecting to 192.168.1.1, UDP port 1234
  12. Sending 1470 byte datagrams
  13. UDP buffer size: 160 KByte (default)
  14. ------------------------------------------------------------
  15. [ 3] local 192.168.1.241 port 44830 connected with 192.168.1.1 port 1234
  16. [ ID] Interval Transfer Bandwidth
  17. [ 3] 0.0-10.0 sec 56.0 GBytes 48.0 Gbits/sec
  18. [ 3] Sent 893 datagrams
  19. read failed: Connection refused
  20. [ 3] WARNING: did not receive ack of last datagram after 1 tries.
  21. root@OpenWrt:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement