Skip to content

Instantly share code, notes, and snippets.

@libotony
Created July 24, 2020 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save libotony/834f50608616d30363ce85cd653ea9de to your computer and use it in GitHub Desktop.
Save libotony/834f50608616d30363ce85cd653ea9de to your computer and use it in GitHub Desktop.
Evaluate load time by curl
curl -o /dev/null -s -w "namelookup: %{time_namelookup}s\nconnect: %{time_connect}s\nappconnect: %{time_appconnect}s\npretransfer: %{time_pretransfer}s\nredirect: %{time_redirect}s\nstarttransfer: %{time_starttransfer}s\n-------------------------\ntotal: %{time_total}s\n" --resolve "explore.vechain.org:443:164.90.187.219" https://explore.vechain.org/blocks/0x00634e680262af793cdab1b5a520282336f9eefb7f4a7b2d73f60fc02a2de1c5/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment