Advertisement
Guest User

Iperf tulokset

a guest
Aug 14th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. 2x Iperf:
  2.  
  3. root@cstaux1:/mnt/net/rdesk/home/code/ib# iperf -s -p 5101 & iperf -s -p 5102 &
  4. [1] 1077
  5. [2] 1078
  6. root@cstaux1:/mnt/net/rdesk/home/code/ib# ------------------------------------------------------------
  7. Server listening on TCP port 5102
  8. TCP window size: 85.3 KByte (default)
  9. ------------------------------------------------------------
  10. ------------------------------------------------------------
  11. Server listening on TCP port 5101
  12. TCP window size: 85.3 KByte (default)
  13. ------------------------------------------------------------
  14. [ 4] local 10.10.10.2 port 5101 connected with 10.10.10.1 port 56842
  15. [ 4] local 10.10.10.2 port 5102 connected with 10.10.10.1 port 41354
  16. [ ID] Interval Transfer Bandwidth
  17. [ 4] 0.0-10.0 sec 22.3 GBytes 19.2 Gbits/sec
  18. [ ID] Interval Transfer Bandwidth
  19. [ 4] 0.0-10.0 sec 23.4 GBytes 20.1 Gbits/sec
  20.  
  21.  
  22. root@rhub:/mnt/net/rdesk/home/code/ib# ------------------------------------------------------------
  23. Client connecting to 10.10.10.2, TCP port 5101
  24. TCP window size: 325 KByte (default)
  25. ------------------------------------------------------------
  26. [ 3] local 10.10.10.1 port 56842 connected with 10.10.10.2 port 5101
  27. ------------------------------------------------------------
  28. Client connecting to 10.10.10.2, TCP port 5102
  29. TCP window size: 325 KByte (default)
  30. ------------------------------------------------------------
  31. [ 3] local 10.10.10.1 port 41354 connected with 10.10.10.2 port 5102
  32. [ ID] Interval Transfer Bandwidth
  33. [ 3] 0.0-10.0 sec 23.4 GBytes 20.1 Gbits/sec
  34. [ ID] Interval Transfer Bandwidth
  35. [ 3] 0.0-10.0 sec 22.3 GBytes 19.2 Gbits/sec
  36. ^C
  37. [1]- Done iperf -c 10.10.10.2 -p5101
  38. [2]+ Done iperf -c 10.10.10.2 -p5102
  39.  
  40.  
  41. 1x Iperf:
  42.  
  43. root@cstaux1:/mnt/net/rdesk/home/code/ib# iperf -s
  44. ------------------------------------------------------------
  45. Server listening on TCP port 5001
  46. TCP window size: 85.3 KByte (default)
  47. ------------------------------------------------------------
  48. [ 4] local 10.10.10.2 port 5001 connected with 10.10.10.1 port 46146
  49. [ ID] Interval Transfer Bandwidth
  50. [ 4] 0.0-10.0 sec 33.8 GBytes 29.0 Gbits/sec
  51.  
  52.  
  53. root@rhub:/mnt/net/rdesk/home/code/ib# iperf -c 10.10.10.2
  54. ------------------------------------------------------------
  55. Client connecting to 10.10.10.2, TCP port 5001
  56. TCP window size: 325 KByte (default)
  57. ------------------------------------------------------------
  58. [ 3] local 10.10.10.1 port 46146 connected with 10.10.10.2 port 5001
  59. [ ID] Interval Transfer Bandwidth
  60. [ 3] 0.0-10.0 sec 33.8 GBytes 29.0 Gbits/sec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement