Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ide-dev] [eclipse-dev] Eclipse IDE downloads increased significantly



On Thu, Sep 19, 2019 at 10:00 AM Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
Would it be possible to show a total number of downloads on the
website? If yes, I can open a bug for that.

I think the stats at https://dev.eclipse.org/committers/committertools/stats.php can help building that.
Basically, number of users of a version ~=
+ Number of download of packages
+ Number of people fetching the epp "products" artifact with p2, I think querying /stats/technology/epp/packages/2019-06/org.eclipse.epp.package.common.feature can give that.
The installer cannot be added here as it's a "gateway" to EPP products via p2, so the user of installer would already be counted with committer stats

However, there is a glitch somewhere in this approach: the number of p2 installs gives a total of 616502 installations while the installer was downloaded 2+ million times and that doesn't count "on-site" upgrades.
So this process which should theorically work has to be debugged before we can rely on it.

Back to the top