Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (...)
- * About to connect() to 10.0.0.184 port 5051 (#0)
- * Trying 10.0.0.184...
- * Connected to 10.0.0.184 (10.0.0.184) port 5051 (#0)
- > GET /help HTTP/1.1
- > User-Agent: curl/7.29.0
- > Host: 10.0.0.184:5051
- > Accept: */*
- >
- < HTTP/1.1 200 OK
- < Date: Wed, 21 Oct 2015 13:56:03 GMT
- < Content-Type: text/x-markdown
- < Content-Length: 327
- <
- ## HELP
- > [/files][files]
- > [/logging][logging]
- > [/metrics][metrics]
- > [/monitor][monitor]
- > [/profiler][profiler]
- > [/slave(1)][slave(1)]
- > [/system][system]
- [files]: help/files
- [logging]: help/logging
- [metrics]: help/metrics
- [monitor]: help/monitor
- [profiler]: help/profiler
- [slave(1)]: help/slave(1)
- [system]: help/system
- * Connection #0 to host 10.0.0.184 left intact
- * About to connect() to 10.0.0.184 port 5051 (#0)
- * Trying 10.0.0.184...
- * Connected to 10.0.0.184 (10.0.0.184) port 5051 (#0)
- > GET /help HTTP/1.1
- > User-Agent: curl/7.29.0
- > Host: 10.0.0.184:5051
- > Accept: */*
- >
- < HTTP/1.1 200 OK
- < Date: Wed, 21 Oct 2015 13:56:04 GMT
- < Content-Type: text/x-markdown
- < Content-Length: 327
- <
- ## HELP
- > [/files][files]
- > [/logging][logging]
- > [/metrics][metrics]
- > [/monitor][monitor]
- > [/profiler][profiler]
- > [/slave(1)][slave(1)]
- > [/system][system]
- [files]: help/files
- [logging]: help/logging
- [metrics]: help/metrics
- [monitor]: help/monitor
- [profiler]: help/profiler
- [slave(1)]: help/slave(1)
- [system]: help/system
- * Connection #0 to host 10.0.0.184 left intact
- * About to connect() to 10.0.0.184 port 5051 (#0)
- * Trying 10.0.0.184...
- * Connected to 10.0.0.184 (10.0.0.184) port 5051 (#0)
- > GET /help HTTP/1.1
- > User-Agent: curl/7.29.0
- > Host: 10.0.0.184:5051
- > Accept: */*
- >
- ^C
- [root@foobar ~]# while :; do curl -vv http://10.0.0.184:5051/help; sleep 1; done
- * About to connect() to 10.0.0.184 port 5051 (#0)
- * Trying 10.0.0.184...
- * Connected to 10.0.0.184 (10.0.0.184) port 5051 (#0)
- > GET /help HTTP/1.1
- > User-Agent: curl/7.29.0
- > Host: 10.0.0.184:5051
- > Accept: */*
- >
Advertisement
Add Comment
Please, Sign In to add comment