Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

EPP/Obsolete/Wizard/Stats Logging

Stats logging is used to collect information about usage to improve the user experience as well as give valuable feedback to Eclipse team.

Collected information:

  • current timestamp
  • user agent
  • selected IU roots
  • destination URL (either the installer, or an external service provider URL)

The information is logged when the relevant link is clicked (download button, resp. external service provider link).

The data is aggregated in a file configured in the eppwizard.properties file.

Example from /var/log/tomcat5/base/statistics.log

2008-09-25T05:22:32     org.eclipse.platform.ide,org.eclipse.epp.usagedata.feature.feature.group,epp.cvs,epp.svn,epp.java       installer/      Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.0.1) Gecko/2008071420 Iceweasel/3.0.1 (Debian-3.0.1-1)
2008-09-25T05:30:18     org.eclipse.platform.ide,org.eclipse.epp.usagedata.feature.feature.group,epp.java       installer/      Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
2008-09-25T05:34:47     org.eclipse.platform.ide,org.eclipse.epp.usagedata.feature.feature.group,epp.xml,epp.mylyn,epp.rse,epp.buckminster,epp.tptp     installer/ Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1

Back to the top