[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-wget] Re: Bug in informed dowloaded time
From: |
Mariano Acciardi |
Subject: |
[Bug-wget] Re: Bug in informed dowloaded time |
Date: |
Wed, 12 Aug 2009 15:25:59 -0300 |
User-agent: |
Mozilla-Thunderbird 2.0.0.22 (X11/20090701) |
Well it is easy to check. Start a download, and watch closely wget's
output. From the moment you see 'Saving to:' and the progress bar
appear to the moment the progress bar indicates completion, see if you
think that amount of time is 1.4s or 11.3s. Given those numbers, it
shouldn't be difficult to tell. (Actually you would need to do this
with a single file, in which case I think you would see results
similar to mine; an overall time of about 2 seconds, and a download
time of a fraction of a second.)
My guess is that it takes quite some time to get the handshakes and
such round-tripped between you and the server. Since this time is not
included in the number wget reports, this would account for the
discrepancy you are seeing.
11 K/s and high latency sounds reasonable for the type of connection
you describe.
Thank you Mathew, I ' ve done other tests and you are right, my problem
may be handshake and roundtripped, I do another test in adsl connection
with one big file and the wget report is correct. I didn't know than
other time than transfer is not included in time.
Thank you again for your answer and apologize for the inconveniences.
You help me to know the true causes of my poor performance in site (is
not transfer rate).
Best Regards
Mariano Acciardi
Test log:
wget -m www.marianoacciardi.com.ar/testwget.html
--2009-08-12 15:10:40-- http://www.marianoacciardi.com.ar/testwget.html
Resolving www.marianoacciardi.com.ar... 74.52.200.178
Connecting to www.marianoacciardi.com.ar|74.52.200.178|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 128 [text/html]
Saving to: `www.marianoacciardi.com.ar/testwget.html'
100%[======================================>] 128 --.-K/s in
0s
2009-08-12 15:10:40 (4.55 MB/s) -
`www.marianoacciardi.com.ar/testwget.html' saved [128/128]
Loading robots.txt; please ignore errors.
--2009-08-12 15:10:40-- http://www.marianoacciardi.com.ar/robots.txt
Reusing existing connection to www.marianoacciardi.com.ar:80.
HTTP request sent, awaiting response... 200 OK
Length: 30 [text/plain]
Saving to: `www.marianoacciardi.com.ar/robots.txt'
100%[======================================>] 30 --.-K/s in
0s
2009-08-12 15:10:40 (1.19 MB/s) -
`www.marianoacciardi.com.ar/robots.txt' saved [30/30]
--2009-08-12 15:10:40-- http://www.marianoacciardi.com.ar/lacrimosakripta
Reusing existing connection to www.marianoacciardi.com.ar:80.
HTTP request sent, awaiting response... 200 OK
Length: 2950754 (2.8M) [text/plain]
Saving to: `www.marianoacciardi.com.ar/lacrimosakripta'
100%[======================================>] 2,950,754 2.15K/s in
2m 17s
2009-08-12 15:12:57 (21.1 KB/s) -
`www.marianoacciardi.com.ar/lacrimosakripta' saved [2950754/2950754]
--2009-08-12 15:12:57-- http://www.marianoacciardi.com.ar/archivo1
Connecting to www.marianoacciardi.com.ar|74.52.200.178|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3001 (2.9K) [text/plain]
Saving to: `www.marianoacciardi.com.ar/archivo1'
100%[======================================>] 3,001 --.-K/s in
0.009s
2009-08-12 15:12:58 (332 KB/s) - `www.marianoacciardi.com.ar/archivo1'
saved [3001/3001]
FINISHED --2009-08-12 15:12:58--
Downloaded: 4 files, 2.8M in 2m 17s (21.1 KB/s)