Advertisement
Guest User

Untitled

a guest
Sep 16th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.16 KB | None | 0 0
  1. root@bananapim2plus:~# ethtool -s eth0 speed 100 duplex full
  2. root@bananapim2plus:~# ethtool eth0
  3. Settings for eth0:
  4. Supported ports: [ TP MII ]
  5. Supported link modes: 10baseT/Half 10baseT/Full
  6. 100baseT/Half 100baseT/Full
  7. 1000baseT/Half 1000baseT/Full
  8. Supported pause frame use: No
  9. Supports auto-negotiation: Yes
  10. Advertised link modes: 100baseT/Full
  11. Advertised pause frame use: No
  12. Advertised auto-negotiation: Yes
  13. Link partner advertised link modes: 10baseT/Half 10baseT/Full
  14. 100baseT/Half 100baseT/Full
  15. 1000baseT/Full
  16. Link partner advertised pause frame use: Symmetric Receive-only
  17. Link partner advertised auto-negotiation: Yes
  18. Speed: 1000Mb/s
  19. Duplex: Full
  20. Port: MII
  21. PHYAD: 0
  22. Transceiver: external
  23. Auto-negotiation: on
  24. Current message level: 0x00000000 (0)
  25.  
  26. Link detected: yes
  27. root@bananapim2plus:~# mii-tool -v
  28. eth0: negotiated 1000baseT-FD flow-control, link ok
  29. product info: vendor 00:07:32, model 17 rev 5
  30. basic mode: autonegotiation enabled
  31. basic status: autonegotiation complete, link ok
  32. capabilities: 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD
  33. advertising: 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
  34. link partner: 1000baseT-FD 100baseTx-FD 100baseTx-HD 10baseT-FD 10baseT-HD flow-control
  35. root@bananapim2plus:~# iperf3 -s
  36. -----------------------------------------------------------
  37. Server listening on 5201
  38. -----------------------------------------------------------
  39. Accepted connection from 192.168.83.95, port 53564
  40. [ 5] local 192.168.83.77 port 5201 connected to 192.168.83.95 port 53565
  41. [ ID] Interval Transfer Bandwidth
  42. [ 5] 0.00-1.00 sec 105 MBytes 884 Mbits/sec
  43. [ 5] 1.00-2.00 sec 112 MBytes 940 Mbits/sec
  44. [ 5] 2.00-3.00 sec 112 MBytes 940 Mbits/sec
  45. [ 5] 3.00-4.00 sec 112 MBytes 940 Mbits/sec
  46. [ 5] 4.00-5.00 sec 112 MBytes 940 Mbits/sec
  47. [ 5] 5.00-6.00 sec 112 MBytes 940 Mbits/sec
  48. [ 5] 6.00-7.00 sec 112 MBytes 940 Mbits/sec
  49. [ 5] 7.00-8.00 sec 112 MBytes 940 Mbits/sec
  50. [ 5] 8.00-9.00 sec 112 MBytes 940 Mbits/sec
  51. [ 5] 9.00-10.00 sec 112 MBytes 940 Mbits/sec
  52. [ 5] 10.00-10.01 sec 737 KBytes 931 Mbits/sec
  53. - - - - - - - - - - - - - - - - - - - - - - - - -
  54. [ ID] Interval Transfer Bandwidth
  55. [ 5] 0.00-10.01 sec 1.09 GBytes 935 Mbits/sec sender
  56. [ 5] 0.00-10.01 sec 1.09 GBytes 935 Mbits/sec receiver
  57. -----------------------------------------------------------
  58. Server listening on 5201
  59. -----------------------------------------------------------
  60. ^Ciperf3: interrupt - the server has terminated
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement