This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How to get tile request log file?

1

In the log file server, there is summarized version of count for all requested tiles(http://munin.openstreetmap.org/openstreetmap/tile.openstreetmap/network_in.html ).

But I need how many time tile being requested for each tile for the result like this(http://datamining.typepad.com/data_mining/2007/04/mapping_mapping.html)

Does anybody know how can I access or acquire for each tile log. In the server, there should be an apache file log for each HTTP GET request such as 2014 08 07 hour min second ..... http://tile.openstreetmap.com/z/y/x.png GET.

asked 07 Mar '14, 06:23

wongeun's gravatar image

wongeun
26113
accept rate: 0%

edited 07 Mar '14, 06:33

2

Can you explain why you want access to the raw logs rather than the collated stats that are already available?

(07 Mar '14, 10:10) Jonathan Ben...
1

I just know my this summary on clients but thats not related to single tiles:
https://www.openstreetmap.org/user/!i!/diary/15190

OSM now has multiple tiles servers and makes use of geoip to work as mini CDN, so I guess it's pretty hard to aggregate this data (and keep the privacy)

(07 Mar '14, 11:04) iii

One Answer:

3

Web server logs are not published by OSM(F).

answered 07 Mar '14, 11:11

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .