All Projects → remy → Check

remy / Check

Checks the status of a list of urls

Programming Languages

shell
77523 projects

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].