使用cURL测量时间,避免打印响应

时间:2018-06-14 13:45:28

标签: curl

我想知道cURL请求的时间,但是这个请求会返回一个非常长的json。

我如何只获得回复中的时间?

目前我正在使用:

curl GET https://www.example.com/ -w %{time_connect}:%{time_starttransfer}:%{time_total}

即使使用-s或-silent,它也会打印端点的完整响应,因为它似乎只引用了标题。

0 个答案:

没有答案