[CentOS] Measure http request and response time using curl command

Thu Oct 28 22:13:18 UTC 2021
Steve Meier <email at steve-meier.de>

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