Skip to content

Instantly share code, notes, and snippets.

@codatory
Created May 5, 2011 20:19
Show Gist options
  • Save codatory/957833 to your computer and use it in GitHub Desktop.
Save codatory/957833 to your computer and use it in GitHub Desktop.
~ :❯ time curl http://direct.indygeek.net/ > /dev/null
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 29504 0 29504 0 0 191k 0 --:--:-- --:--:-- --:--:-- 242k
real 0m0.159s
user 0m0.004s
sys 0m0.006s
~ :❯ time curl http://www.indygeek.net/ > /dev/null
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 29498 0 29498 0 0 247k 0 --:--:-- --:--:-- --:--:-- 276k
real 0m0.125s
user 0m0.004s
sys 0m0.006s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment