Project

General

Profile

Feature #60

Updated by Florian Effenberger over 10 years ago

We need comprehensive and detailed download statistics, based on MirrorBrain's log 
 Data required is at least 

 * geography 
 * platform/OS 
 * architecture/CPU 
 * version 
 * language 

 Here the details from the initial request: 

 * automate weekly graphical download statistics (source is in git: dev-tools/download-stats.pl) 
 * impossible slow, and consumes vast amounts of memory 
 * we essentially need to inline merge_results into parse_log and store a cache of the results of each file next to it - so that we do this expensive analysis per log file just once 
 * this should let us build incremental updates reasonably easily 
 * add random cookie generation to track real users vs. automatic IPs

Back