Skip to content

Instantly share code, notes, and snippets.

@n3gster
n3gster / curl-latency-format.txt
Created August 4, 2015 08:15
Use Curl to measure latencies in milliseconds. Use: curl -s -o /dev/null -w "@curl-latency-format.txt" <URI>
\n
time_namelookup: %{time_namelookup}\n
time_connect: %{time_connect}\n
time_appconnect: %{time_appconnect}\n
time_pretransfer: %{time_pretransfer}\n
time_redirect: %{time_redirect}\n
time_starttransfer: %{time_starttransfer}\n
---\n