bug-wget
[Top][All Lists]
Advanced

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

[Bug-wget] Re: Bug in informed dowloaded time


From: Matthew Woehlke
Subject: [Bug-wget] Re: Bug in informed dowloaded time
Date: Wed, 12 Aug 2009 10:38:58 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.21) Gecko/20090320 Fedora/2.0.0.21-1.fc10 Thunderbird/2.0.0.21 Mnenhy/0.7.5.0

Mariano Acciardi wrote:
I'm using wget to make staticstics about downloaded time and I found this:

FINISHED --2009-08-12 12:06:38--
Downloaded: 7 files, 16K in 1.4s (11.3 KB/s)
Converting  xxxxxxxxxxxxxxxxxxxxxxxxxx
Converted 1 files in 0.001 seconds.

real    0m13.965s
user    0m0.024s
sys    0m0.004s

I use command time as  "time wget......" to check real time.
Look that real time elapsed, is 13 s and wget say "1.4s" and  "11.3" as KB/s
rate.

It seems that 1.4 is the value of rate (16/11.3) and 11.3 is real time in
seconds elapsed to download all files of the page.

Or 11.3 is the value of the rate (16/1.4) and 1.4 is real time that it took to download the file... not counting how long it took for wget to start up, raise the server, and get the initial reply?

For fun, I tried:
$ time wget techbase.kde.org

It reported:
18,953 (54.9K/s in 0.3s)
real    0m1.563s

...and from what I can tell, both are correct; the /download/ completed in 0.3s, the entire run from <enter> to fresh command prompt took 1.5s.

--
Matthew
Please do not quote my e-mail address unobfuscated in message bodies.
--
ESIG: .sig file not available




reply via email to

[Prev in Thread] Current Thread [Next in Thread]