Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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)

About

A dead simple parallel http checker

Resources

Packages

No packages published
You can’t perform that action at this time.