Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/artyom/httpcheck

Small utility to periodically log HTTP response code for a set of URLs
https://github.com/artyom/httpcheck

Last synced: about 12 hours ago
JSON representation

Small utility to periodically log HTTP response code for a set of URLs

Awesome Lists containing this project

README

        

`httpcheck` periodically issues HTTP `HEAD` request on URLs from file and logs
URL and response code to stderr.

Usage of httpcheck:
-delay=30s: delay between each check cycle
-n=10: number of concurrent checks to make
-nokeepalive=false: disable keep alive
-urls="": file with urls, one url per line