Skip to content

Instantly share code, notes, and snippets.

@jeanouii
Created December 18, 2014 16:52
Show Gist options
  • Select an option

  • Save jeanouii/f4e4261e34e30808c74b to your computer and use it in GitHub Desktop.

Select an option

Save jeanouii/f4e4261e34e30808c74b to your computer and use it in GitHub Desktop.
2014-12-18 - 17:51:43 - jlmonteiro@poulains-mac - (JAVA 1.7.0) / (MVN 3.2.1) [ ~/devs/tomitribe/tribestream/ ] $ while (true); do curl -i -u movie:admin -X GET http://ec2-54-174-171-171.compute-1.amazonaws.com/moviefun-rest/rest/movies
> done
HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 16:51:48 GMT
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 12
Connection: close
{"movie":[]}HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 16:51:48 GMT
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 12
Connection: close
{"movie":[]}HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 16:51:48 GMT
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 12
Connection: close
{"movie":[]}HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 16:51:48 GMT
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 12
Connection: close
{"movie":[]}HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 16:51:49 GMT
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 12
Connection: close
{"movie":[]}HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 16:51:49 GMT
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 12
Connection: close
{"movie":[]}HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 16:51:49 GMT
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 12
Connection: close
{"movie":[]}HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 16:51:50 GMT
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 12
Connection: close
{"movie":[]}HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 16:51:50 GMT
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 12
Connection: close
{"movie":[]}HTTP/1.1 200 OK
Date: Thu, 18 Dec 2014 16:51:50 GMT
Server: Apache-Coyote/1.1
Content-Type: application/json
Content-Length: 12
Connection: close
{"movie":[]}HTTP/1.1 429 Too Many Requests
Date: Thu, 18 Dec 2014 16:51:50 GMT
Server: Apache-Coyote/1.1
X-Rate-Limit-Count: 11
X-Rate-Limit-Duration: 1 hour
X-Rate-Limit-Limit: 10
Content-Length: 0
Connection: close
Content-Type: text/plain; charset=UTF-8
HTTP/1.1 429 Too Many Requests
Date: Thu, 18 Dec 2014 16:51:51 GMT
Server: Apache-Coyote/1.1
X-Rate-Limit-Count: 12
X-Rate-Limit-Duration: 1 hour
X-Rate-Limit-Limit: 10
Content-Length: 0
Connection: close
Content-Type: text/plain; charset=UTF-8
HTTP/1.1 429 Too Many Requests
Date: Thu, 18 Dec 2014 16:51:51 GMT
Server: Apache-Coyote/1.1
X-Rate-Limit-Count: 13
X-Rate-Limit-Duration: 1 hour
X-Rate-Limit-Limit: 10
Content-Length: 0
Connection: close
Content-Type: text/plain; charset=UTF-8
HTTP/1.1 429 Too Many Requests
Date: Thu, 18 Dec 2014 16:51:51 GMT
Server: Apache-Coyote/1.1
X-Rate-Limit-Count: 14
X-Rate-Limit-Duration: 1 hour
X-Rate-Limit-Limit: 10
Content-Length: 0
Connection: close
Content-Type: text/plain; charset=UTF-8
^C
2014-12-18 - 17:51:51 - jlmonteiro@poulains-mac - (JAVA 1.7.0) / (MVN 3.2.1) [ ~/devs/tomitribe/tribestream/ ] $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment