Hello Aaron, thanks for your reply.
On Wed, Sep 17, 2014 at 4:03 PM, Aaron Halfaker aaron.halfaker@gmail.com wrote:
Just to confirm, https://dumps.wikimedia.org/other/pagecounts-raw/ won't work for you?
Unfortunately, no. Those logs only provide page counts but without the associated timestamps ("when" those pages have been accessed). If such logs exist, they would perfectly do..
2 - http://www.wikibench.eu/?page_id=60
By comparison, the logs in that dataset looks like this:
3325795636 1191194118.711 http://en.wikipedia.org/w/index.php?title=MediaWiki:Monobook.css&usemsgc... -
3325795635 1191194118.803 http://upload.wikimedia.org/wikipedia/commons/thumb/e/e0/Icono_aviso_borrar.... -
3325795639 1191194118.671 http://de.wikipedia.org/w/index.php?title=MediaWiki:Monobook.css&usemsgc... -
The first token is just a counter, the second one is a Unix timestamp then there is the Wikipedia URL in the request, and a flag indicating if the request issued a database update or not (none of those three did).
best, Valerio