load up some urls into urls.txt
http://google.com/api/endpoint/1
http://google.com/api/other-endpoint/2
Run shell command:
<urls.txt cat|xargs -n 1 ./curl-speed-test.shSend to pbcopy or file
| \n | |
| %{url_effective}\n | |
| time_total: %{time_total}\n | |
| ----------------------------\n | |
| time_pretransfer: %{time_pretransfer}\n | |
| time_starttransfer: %{time_starttransfer}\n | |
| size_header: %{size_header} bytes\n | |
| size_download: %{size_download} bytes\n | |
| \n |
| # from https://josephscott.org/archives/2011/10/timing-details-with-curl/ | |
| # and http://overloaded.io/timing-http-requests-curl | |
| curl -w "@curl-format.txt" -s -o /dev/null $1 |
| https://wikipedia.org/ | |
| https://www.w3.org/ |