Print DNS, connect, TLS, and total timings.
Section: Reachability and Latency
Show cURL timing metrics
bash
bash
curl -o /dev/null -s -w 'dns=%{time_namelookup} connect=%{time_connect} tls=%{time_appconnect} total=%{time_total}
' https://example.comExplanation
Print DNS, connect, TLS, and total timings.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Reachability and Latency