Guest User

Mesos-agent hangs help

a guest
Oct 21st, 2015
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. (...)
  2.  
  3. * About to connect() to 10.0.0.184 port 5051 (#0)
  4. * Trying 10.0.0.184...
  5. * Connected to 10.0.0.184 (10.0.0.184) port 5051 (#0)
  6. > GET /help HTTP/1.1
  7. > User-Agent: curl/7.29.0
  8. > Host: 10.0.0.184:5051
  9. > Accept: */*
  10. >
  11. < HTTP/1.1 200 OK
  12. < Date: Wed, 21 Oct 2015 13:56:03 GMT
  13. < Content-Type: text/x-markdown
  14. < Content-Length: 327
  15. <
  16. ## HELP
  17. > [/files][files]
  18. > [/logging][logging]
  19. > [/metrics][metrics]
  20. > [/monitor][monitor]
  21. > [/profiler][profiler]
  22. > [/slave(1)][slave(1)]
  23. > [/system][system]
  24.  
  25. [files]: help/files
  26. [logging]: help/logging
  27. [metrics]: help/metrics
  28. [monitor]: help/monitor
  29. [profiler]: help/profiler
  30. [slave(1)]: help/slave(1)
  31. [system]: help/system
  32. * Connection #0 to host 10.0.0.184 left intact
  33. * About to connect() to 10.0.0.184 port 5051 (#0)
  34. * Trying 10.0.0.184...
  35. * Connected to 10.0.0.184 (10.0.0.184) port 5051 (#0)
  36. > GET /help HTTP/1.1
  37. > User-Agent: curl/7.29.0
  38. > Host: 10.0.0.184:5051
  39. > Accept: */*
  40. >
  41. < HTTP/1.1 200 OK
  42. < Date: Wed, 21 Oct 2015 13:56:04 GMT
  43. < Content-Type: text/x-markdown
  44. < Content-Length: 327
  45. <
  46. ## HELP
  47. > [/files][files]
  48. > [/logging][logging]
  49. > [/metrics][metrics]
  50. > [/monitor][monitor]
  51. > [/profiler][profiler]
  52. > [/slave(1)][slave(1)]
  53. > [/system][system]
  54.  
  55. [files]: help/files
  56. [logging]: help/logging
  57. [metrics]: help/metrics
  58. [monitor]: help/monitor
  59. [profiler]: help/profiler
  60. [slave(1)]: help/slave(1)
  61. [system]: help/system
  62. * Connection #0 to host 10.0.0.184 left intact
  63. * About to connect() to 10.0.0.184 port 5051 (#0)
  64. * Trying 10.0.0.184...
  65. * Connected to 10.0.0.184 (10.0.0.184) port 5051 (#0)
  66. > GET /help HTTP/1.1
  67. > User-Agent: curl/7.29.0
  68. > Host: 10.0.0.184:5051
  69. > Accept: */*
  70. >
  71. ^C
  72. [root@foobar ~]# while :; do curl -vv http://10.0.0.184:5051/help; sleep 1; done
  73. * About to connect() to 10.0.0.184 port 5051 (#0)
  74. * Trying 10.0.0.184...
  75. * Connected to 10.0.0.184 (10.0.0.184) port 5051 (#0)
  76. > GET /help HTTP/1.1
  77. > User-Agent: curl/7.29.0
  78. > Host: 10.0.0.184:5051
  79. > Accept: */*
  80. >
Advertisement
Add Comment
Please, Sign In to add comment