userabuser / check

Checks the status of a list of urls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Checks the status of a list of urls

Usage:

$ ./check <url>
$ ./check < url-list.txt
$ ./check <url> -- -k # pass -k to curl command

demo

Runs GET requests against the list of URLs and prints:

  • status code
  • url
  • time to complete request
  • time to first byte (time_pretransfer - time_starttransfer)

Note: this was written on a Mac in a hacky fashion (sorry), but also not tested on other *nix systems. If you see a problem, please open a pull request.

About

Checks the status of a list of urls


Languages

Language:Shell 100.0%