Hi,
Is there a way to measure http request and response time including network latency using any utility of a specific website? For example https://about.gitlab.com
Best Regards,
Kaushal
Hello Kaushal,
Am 2021-10-28 21:33, schrieb Kaushal Shriyan:
Hi,
Is there a way to measure http request and response time including network latency using any utility of a specific website? For example https://about.gitlab.com
cURL can output a lot of metrics about a request, including timing. See this link for a list of possible options:
https://everything.curl.dev/usingcurl/verbose/writeout
Kind regards, Steve