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: 4 months ago
JSON representation
Small utility to periodically log HTTP response code for a set of URLs
- Host: GitHub
- URL: https://github.com/artyom/httpcheck
- Owner: artyom
- License: mit
- Created: 2014-10-30T10:06:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-03-25T13:38:17.000Z (over 8 years ago)
- Last Synced: 2025-01-14T07:53:54.933Z (6 months ago)
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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