Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] SimRel download stats

It looks like the JDT feature isn't prepared for p2 download stats. Most projects are using features (and not plugins) of the stats, but AFAIK it is really up to the projects to prepare their p2 repositories beforehand. If you download the artifacts.jar file from

  http://download.eclipse.org/releases/neon/201609281000/artifacts.jar

you'll see the base URL that is used by p2 for the statistic HEAD requests:

  <property name='p2.statsURI' value='http://download.eclipse.org/stats/releases/neon'/>

Then you could grep and search for 'download.stats' properties in the artifact.xml file which will give you a list of IUs that are prepared for p2 stats.
(Of course, you can do the same for the EPP packages with the file at  http://download.eclipse.org/technology/epp/packages/neon/artifacts.jar).

Does that answer your question?

Regards,
Markus


On 6 October 2016 at 13:14, Mickael Istria <mistria@xxxxxxxxxx> wrote:

Hi all,

I'm trying to sort out some download stats about the different plugins in SimRel.

I tried for example to look for http://download.eclipse.org/releases/neon/201606221000/features/org.eclipse.jdt_3.12.0.v20160606-1100.jar on https://dev.eclipse.org/committers/committertools/stats.php but got no result (whereas I'm pretty sure that at least one person did a p2 install of JDT one day). Are download stats available for SimRel? If so, what's the trick to see them?

Thanks in advance

--
Mickael Istria
Eclipse developer for Red Hat Developers
My blog - My Tweets

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top