httping Command Examples

Measure the latency and throughput of a web server. More information: https://manned.org/httping.

httping -g {{url}}

httping -h {{host}} -p {{port}}

httping -l -g https://{{host}}

httping -g http://{{host}} -U {{username}} -P {{password}}