Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.39 KB | None | 0 0
  1. [user@omega ~]$ iperf -c 10.53.8.1
  2. ------------------------------------------------------------
  3. Client connecting to 10.53.8.1, TCP port 5001
  4. TCP window size: 85.0 KByte (default)
  5. ------------------------------------------------------------
  6. [ 3] local 10.53.55.55 port 34327 connected with 10.53.8.1 port 5001
  7. [ ID] Interval Transfer Bandwidth
  8. [ 3] 0.0-10.9 sec 1.38 MBytes 1.06 Mbits/sec
  9. [user@omega ~]$ iperf -c 10.53.48.1
  10. ------------------------------------------------------------
  11. Client connecting to 10.53.48.1, TCP port 5001
  12. TCP window size: 85.0 KByte (default)
  13. ------------------------------------------------------------
  14. [ 3] local 10.53.55.55 port 45970 connected with 10.53.48.1 port 5001
  15. [ ID] Interval Transfer Bandwidth
  16. [ 3] 0.0-10.3 sec 5.00 MBytes 4.06 Mbits/sec
  17. [user@omega ~]$ iperf -c 10.53.16.254
  18. ------------------------------------------------------------
  19. Client connecting to 10.53.16.254, TCP port 5001
  20. TCP window size: 85.0 KByte (default)
  21. ------------------------------------------------------------
  22. [ 3] local 10.53.55.55 port 42903 connected with 10.53.16.254 port 5001
  23. [ ID] Interval Transfer Bandwidth
  24. [ 3] 0.0-10.4 sec 6.62 MBytes 5.33 Mbits/sec
  25. [user@omega ~]$ iperf -c 10.53.8.1 -d
  26. ------------------------------------------------------------
  27. Server listening on TCP port 5001
  28. TCP window size: 85.3 KByte (default)
  29. ------------------------------------------------------------
  30. ------------------------------------------------------------
  31. Client connecting to 10.53.8.1, TCP port 5001
  32. TCP window size: 85.0 KByte (default)
  33. ------------------------------------------------------------
  34. [ 5] local 10.53.55.55 port 34335 connected with 10.53.8.1 port 5001
  35. [ 4] local 10.53.55.55 port 5001 connected with 10.53.8.1 port 46769
  36. [ ID] Interval Transfer Bandwidth
  37. [ 5] 0.0-11.4 sec 1.38 MBytes 1.01 Mbits/sec
  38. [ 4] 0.0-11.4 sec 2.00 MBytes 1.47 Mbits/sec
  39. [user@omega ~]$ iperf -c 10.53.48.1 -d
  40. ------------------------------------------------------------
  41. Server listening on TCP port 5001
  42. TCP window size: 85.3 KByte (default)
  43. ------------------------------------------------------------
  44. ------------------------------------------------------------
  45. Client connecting to 10.53.48.1, TCP port 5001
  46. TCP window size: 85.0 KByte (default)
  47. ------------------------------------------------------------
  48. [ 5] local 10.53.55.55 port 45978 connected with 10.53.48.1 port 5001
  49. [ 4] local 10.53.55.55 port 5001 connected with 10.53.48.1 port 57764
  50. [ ID] Interval Transfer Bandwidth
  51. [ 5] 0.0-11.3 sec 1.62 MBytes 1.21 Mbits/sec
  52. [ 4] 0.0-11.1 sec 3.12 MBytes 2.36 Mbits/sec
  53. [user@omega ~]$ iperf -c 10.53.16.254 -d
  54. ------------------------------------------------------------
  55. Server listening on TCP port 5001
  56. TCP window size: 85.3 KByte (default)
  57. ------------------------------------------------------------
  58. ------------------------------------------------------------
  59. Client connecting to 10.53.16.254, TCP port 5001
  60. TCP window size: 85.0 KByte (default)
  61. ------------------------------------------------------------
  62. [ 5] local 10.53.55.55 port 42911 connected with 10.53.16.254 port 5001
  63. [ 4] local 10.53.55.55 port 5001 connected with 10.53.16.254 port 49483
  64. [ ID] Interval Transfer Bandwidth
  65. [ 4] 0.0-11.0 sec 3.12 MBytes 2.39 Mbits/sec
  66. [ 5] 0.0-11.2 sec 1.50 MBytes 1.13 Mbits/sec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement