And*_*ing 6 performance time curl request
如何从CURL请求中捕获响应时间?
curl https://www.google.com
Run Code Online (Sandbox Code Playgroud)
And*_*ing 14
curl -o /dev/null -s -w %{time_total}\\n https://www.google.com
Run Code Online (Sandbox Code Playgroud)
它输出如下:
0.059
Run Code Online (Sandbox Code Playgroud)