Strange download figures from Mozilla Update
Wednesday, 18th January
I know I should be bug fixing, but it’s much more fun to make pretty graphs so here’s a graph using the download figures from Mozilla Update for ViewMyCurrency for the last 4 days

The left axis is cumulative downloads. Week is taken from ‘Downloads this Week’ and Total is ‘Total Downloads’
The right axis shows the downloads per hour. Week’ is the differential of week, Total’ is the differential of total.
There seems to be something fishy going on!
- The extension is still in its first week so I would expect downloads per week to equal total downloads. But as you can see, downloads per week is bigger than, and growing faster than, total downloads. At the time writing, Total Downloads: 2216 — Downloads this Week: 3041
Strange. Anybody in the know care to comment?
Entry Filed under: Feedback. .
3 Comments Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed
1.
morgamic | Wednesday, 18th January at 5:41 pm
See: http://lxr.mozilla.org/update1.0/source/core/maintenance.php
It is a script that runs in cron from the cmdline. If you can figure out why the “total” option is not logging events, it might solve the problem. I couldn’t see it the other night — will look at it more today.
2.
Will | Wednesday, 18th January at 6:53 pm
From IRC:
_RSZ_ pointed to a better web cvs:
http://landfill.bugzilla.org/mxr-test/update1.0/source/core/maintenance.php
And at morgamic’s suggestion I created a bug report:
https://bugzilla.mozilla.org/show_bug.cgi?id=323904
3. Firefox Currency Converter - ViewMyCurrency » Fixed: Download figures from Mozilla Update | Saturday, 4th February at 9:21 am
[...] I wrote earlier that there was something fishy about the Mozilla Update download figures. (The “downloads this week” was more than the “total downloads”).Well now it looks like morgamic and justdave fixed the problem. Thanks guys! [...]