Skip to content

Instantly share code, notes, and snippets.

@jhmartin
Created August 19, 2025 16:22
Show Gist options
  • Save jhmartin/56f6305ba4ab942d42f11a66ebc77354 to your computer and use it in GitHub Desktop.
Save jhmartin/56f6305ba4ab942d42f11a66ebc77354 to your computer and use it in GitHub Desktop.
curl timing
time_namelookup: %{time_namelookup}s\n
time_connect: %{time_connect}s\n
time_appconnect: %{time_appconnect}s\n
time_pretransfer: %{time_pretransfer}s\n
time_redirect: %{time_redirect}s\n
time_starttransfer: %{time_starttransfer}s\n
----------\n
time_total: %{time_total}s\n
@jhmartin
Copy link
Author

https://stackoverflow.com/a/22625150
curl -w @"curl-format.txt"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment