Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2019
637
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. root@sedna:~# cat /etc/network/interfaces.d/bond0
  2. auto bond0
  3. iface bond0 inet static
  4. address 10.0.0.2
  5. netmask 255.255.255.0
  6. mtu 9000
  7. slaves eth1 eth2
  8. bond-mode balance-rr
  9. bond-miimon 100
  10. bond-downdelay 200
  11. bond-updelay 200
  12. root@sedna:~# iperf -i 1 -c 10.0.0.1 -r
  13. ------------------------------------------------------------
  14. Server listening on TCP port 5001
  15. TCP window size: 64.0 KByte (default)
  16. ------------------------------------------------------------
  17. ------------------------------------------------------------
  18. Client connecting to 10.0.0.1, TCP port 5001
  19. TCP window size: 390 KByte (default)
  20. ------------------------------------------------------------
  21. [ 5] local 10.0.0.2 port 42822 connected with 10.0.0.1 port 5001
  22. [ ID] Interval Transfer Bandwidth
  23. [ 5] 0.0- 1.0 sec 234 MBytes 1.96 Gbits/sec
  24. [ 5] 1.0- 2.0 sec 236 MBytes 1.98 Gbits/sec
  25. [ 5] 2.0- 3.0 sec 235 MBytes 1.97 Gbits/sec
  26. [ 5] 3.0- 4.0 sec 236 MBytes 1.98 Gbits/sec
  27. [ 5] 4.0- 5.0 sec 234 MBytes 1.97 Gbits/sec
  28. [ 5] 5.0- 6.0 sec 235 MBytes 1.97 Gbits/sec
  29. [ 5] 6.0- 7.0 sec 236 MBytes 1.98 Gbits/sec
  30. [ 5] 7.0- 8.0 sec 235 MBytes 1.97 Gbits/sec
  31. [ 5] 8.0- 9.0 sec 235 MBytes 1.97 Gbits/sec
  32. [ 5] 9.0-10.0 sec 235 MBytes 1.97 Gbits/sec
  33. [ 5] 0.0-10.0 sec 2.30 GBytes 1.97 Gbits/sec
  34. [ 4] local 10.0.0.2 port 5001 connected with 10.0.0.1 port 34844
  35. [ 4] 0.0- 1.0 sec 235 MBytes 1.97 Gbits/sec
  36. [ 4] 1.0- 2.0 sec 235 MBytes 1.97 Gbits/sec
  37. [ 4] 2.0- 3.0 sec 236 MBytes 1.98 Gbits/sec
  38. [ 4] 3.0- 4.0 sec 235 MBytes 1.97 Gbits/sec
  39. [ 4] 4.0- 5.0 sec 234 MBytes 1.96 Gbits/sec
  40. [ 4] 5.0- 6.0 sec 235 MBytes 1.97 Gbits/sec
  41. [ 4] 6.0- 7.0 sec 230 MBytes 1.93 Gbits/sec
  42. [ 4] 7.0- 8.0 sec 235 MBytes 1.97 Gbits/sec
  43. [ 4] 8.0- 9.0 sec 235 MBytes 1.98 Gbits/sec
  44. [ 4] 9.0-10.0 sec 236 MBytes 1.98 Gbits/sec
  45. [ 4] 0.0-10.0 sec 2.29 GBytes 1.97 Gbits/sec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement