https://github.com/databus23/httpcheck
A dead simple parallel http checker
https://github.com/databus23/httpcheck
Last synced: over 1 year ago
JSON representation
A dead simple parallel http checker
- Host: GitHub
- URL: https://github.com/databus23/httpcheck
- Owner: databus23
- Created: 2017-06-23T08:29:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-23T09:03:17.000Z (about 9 years ago)
- Last Synced: 2025-01-25T22:34:51.327Z (over 1 year ago)
- Language: Go
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
httpcheck
=========
A dead simple tool to check multiple urls in parallel and report on the result.
```
$> httpcheck https://google.com http://10.10.10.10 https://www.microsoft.com
https://google.com : 302 Found (235.59528ms)
https://www.microsoft.com : 302 Found (252.012142ms)
http://10.10.10.10 : Get http://10.10.10.10: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
```