httpstat

Visualize curl statistics and response metrics in a simple, readable format

brewmacoslinux
Try with needOr install directly
Source

About

Curl statistics made simple

Commands

httpstat

Examples

Check response time and status breakdown for a website$ httpstat https://example.com
View statistics for a POST request with custom headers$ httpstat -X POST -H 'Content-Type: application/json' https://api.example.com/endpoint
Save statistics output to a file for analysis$ httpstat https://example.com > stats.txt