Kaushal Shriyan
2021-Oct-28 19:33 UTC
[CentOS] Measure http request and response time using curl command
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
Steve Meier
2021-Oct-28 22:13 UTC
[CentOS] Measure http request and response time using curl command
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.comcURL 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