Skip to content

isavcic/httpprobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

httpprobe

A simple HTTP probe, supporting configurable retry number with configurable exponential backoff and per-attempt timeout.

Usage of ./httpprobe OPTIONS URL:
  -b, --backoff int
    	Exponential backoff interval in milliseconds (default 1000)
  -H, --host string
    	Host header (optional)
  -r, --retries int
    	Retries (default 2)
  -t, --timeout int
    	Request timeout in milliseconds (default 2000)