[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Debian-NYC] Thanks for yesterday!



Here is mine:

time wget -q -O/dev/null http://nytimes.com/

real	0m0.217s
user	0m0.000s
sys	0m0.000s

> -----Original Message-----
> From: dkg@fifthhorseman.net
> Sent: Thu, 02 Dec 2010 19:11:57 -0500
> To: debiannyc@vireo.org
> Subject: Re: [Debian-NYC] Thanks for yesterday!
> 
> On 12/02/2010 07:05 PM, Daniel Kahn Gillmor wrote:
>> here's me timing the fetch of the front page of the nytimes:
>> 
>> 0 dkg@pip:~$ time wget -q -O/dev/null http://nytimes.com/
>> 
>> real	0m0.848s
>> user	0m0.000s
>> sys	0m0.012s
>> 0 dkg@pip:~$
>> 
>> what do you get from running the same command?
> 
> Even better, run it without the -q, to see the time it spends
> downloading vs. the time it spends resolving (to follow up on the
> earlier suggestion of broken or timing-out DNS resolvers:
> 
> 0 dkg@pip:~$ time wget -O/dev/null http://nytimes.com/
> --2010-12-02 19:10:55--  http://nytimes.com/
> Resolving nytimes.com... 199.239.136.200
> Connecting to nytimes.com|199.239.136.200|:80... connected.
> HTTP request sent, awaiting response... 301 Moved Permanently
> Location: http://www.nytimes.com/ [following]
> --2010-12-02 19:10:56--  http://www.nytimes.com/
> Resolving www.nytimes.com... 199.239.136.200
> Reusing existing connection to nytimes.com:80.
> HTTP request sent, awaiting response... 200 OK
> Length: unspecified [text/html]
> Saving to: “/dev/null”
> 
>    [    <=>                     ] 129,513      163K/s   in 0.8s
> 
> 2010-12-02 19:10:57 (163 KB/s) - “/dev/null” saved [129513]
> 
> 
> real	0m1.413s
> user	0m0.004s
> sys	0m0.004s
> 0 dkg@pip:~$
> 
> 
> what do you see?
> 
> 	--dkg

____________________________________________________________
Share photos & screenshots in seconds...
TRY FREE IM TOOLPACK at http://www.imtoolpack.com/default.aspx?rc=if1
Works in all emails, instant messengers, blogs, forums and social networks.
_______________________________________________
DebianNYC mailing list
DebianNYC@vireo.org
http://lists.vireo.org/cgi-bin/mailman/listinfo/debiannyc

Reply to: