Closed
Bug 41375
Opened 26 years ago
Closed 22 years ago
Automate counting of ftp and http downloads for statistics needs
Categories
(mozilla.org :: Miscellaneous, task, P3)
mozilla.org
Miscellaneous
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 201441
People
(Reporter: mitchell, Assigned: endico)
References
Details
chofmann's suggestion:
if you do something along the lines of this script and print out the 7th and 10th
fields of the http log then we get the number of bytes downloaded.
http://warp/u/chofmann/ftp.mozilla/new-get-ms-dl
then if you awk or perl for bytes_downloaded > 4,000,000 to throw out
incomplete downloads we would get a better count.
chris was responding to dawn's comments re previous efforts:
> these numbers reflect how many times people tried
> to download each of these files from ftp.mozilla.org
> via both http and ftp. It doesn't try to only
> count sucessful downloads.
>
> It doesn't count downloads from our mirrors.
>
> It doesn't count downloads of the localized
> versions in the ftp.mozilla.org/pub/mozilla/l10n
> directory.
>
> This looks like about 200k overall, half of which
> were for windows (win32). 60k for intel linux, and
> 26K for mac (sea.bin)
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Comment 3•22 years ago
|
||
*** This bug has been marked as a duplicate of 201441 ***
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•22 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•