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.com
Explanation

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
Ping with custom interval
Send pings at a faster interval.
OpenIn sheetbashsame section
Generate mtr report
Run a report mode path-quality test.
OpenIn sheetbashsame section
Time a DNS lookup
Measure how long a DNS query takes.
OpenIn sheetbashsame section
Ping a host
Send ICMP echo requests to test basic reachability.
OpenIn sheetbashsame section
Test MTU with DF bit
Probe MTU problems by forbidding fragmentation.
OpenIn sheetbashsame section
Bypass proxy for one request
Temporarily skip configured proxies for a single cURL request.
OpenIn sheetbash1 tag match