Skip to content

Instantly share code, notes, and snippets.

@astubbs
Created September 28, 2015 08:41
Show Gist options
  • Save astubbs/75cc12c2f95710eb7c97 to your computer and use it in GitHub Desktop.
Save astubbs/75cc12c2f95710eb7c97 to your computer and use it in GitHub Desktop.
Fish function to time connection and transfer speeds of http requests
function curltime
curl -o /dev/null -s -w "%{time_connect} + %{time_starttransfer} = %{time_total}\n" $argv
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment