httping

Ping-like tool for measuring HTTP request/response times

brewmacoslinux
Try with needOr install directly
Source

About

Ping-like tool for HTTP requests

Commands

httping

Examples

Measure response time for a basic HTTP request$ httping example.com
Ping HTTPS endpoint with custom count of requests$ httping -c 5 https://api.github.com
Check specific URL path with verbose output$ httping -v http://localhost:8080/health