Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 427 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 427 Bytes

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)