Skip to content

Instantly share code, notes, and snippets.

@zaydek-old
Last active September 10, 2016 00:49
Show Gist options
  • Save zaydek-old/d79735cd96217ae85b8444dc2de02c37 to your computer and use it in GitHub Desktop.
Save zaydek-old/d79735cd96217ae85b8444dc2de02c37 to your computer and use it in GitHub Desktop.
stackoverflow.com/questions/18215389/how-do-i-measure-request-and-response-times-at-once-using-curl/#answer-22625150
function curlt { curl -o /dev/null -s -w '%{time_connect} + %{time_starttransfer} = %{time_total}\n' $1; } # " -> '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment