Created
May 5, 2011 20:19
-
-
Save codatory/957833 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ :❯ 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