Hi .be,

Last night there was a long outage of OSM related services, I noticed tile servers where having problems as wel as the API servers (3 machines), probably some more services affected as well.

It turns out you can get lots of information about the status of all components that make OSM work here: http://munin.openstreetmap.org/openstreetmap/index.html

That will show you a list of names that don't mean a lot until you match it with this page: http://wiki.openstreetmap.org/wiki/Servers

I think the problems where major, there still seems to be a import lag today. That being said, once everything was back up I noticed the tile servers where regenerating all tiles on all zoom levels (before they used cached versions). A pretty significant changeset makes that easier to notice.

I saw some discussion about resources , these links will give you an idea of what's out there.

On a tangent, one nice link I like to share is the following Overpass GUI implementation, since those where still working, I started to check for bread vending machines in the area. Too bad I seem to be lacking data, last night I did the travelling salesman ( http://en.wikipedia.org/wiki/Travelling_salesman_problem ) in a quest for bread, after 5 empty machines, 40 minutes later , and 0 (zero) breads found. I really wished I took some GPS with me (to find them all).

Trying this @ http://overpass-turbo.eu/

<!--
This is an example Overpass query.
Try it out by pressing the Run button above!
You can find more examples with the Load tool.
-->
<query type="node">
  <has-kv k="amenity" v="vending_machine"/>
  <bbox-query {{bbox}}/><!--this is auto-completed with the
                   current map view coordinates.-->
</query>
<print/>

Anyway, the point here is that if getting hands dirty on Overpass API scares you, you can still play with it, even when main services are off-line preventing OSM play.

-- Glenn

Vrij vertaald nederlands hieronder:
----------------------------------------------

Vannacht was er een vrij grote panne met enkele belangrijke OSM gerelateerde services, waaronder de api (josm) en tile services.

In mijn zoektocht naar een of andere systeem status kwamen deze 2 pagina's boven waar al de resources op staan vermeld. Je kan daar ook de munin stats bekijken waar je kan zien dat er deze nacht een hickup was. Maar zo krijg je wel een beter beeld van wat erachter zit.

Hier voor de stats van de servers: http://munin.openstreetmap.org/openstreetmap/index.html

En deze om uit te zoeken welke server wat doet: http://wiki.openstreetmap.org/wiki/Servers

De API stats van deze nacht tonen significante drops. Er is nog steeds een import delay van de vector data (naar tile), maar dat is een luxeprobleem voor ons.

Even afwijken, gisteren geprobeerd brood te vinden in een automaat via de Handelsreizigerstrategie ( http://nl.wikipedia.org/wiki/Handelsreizigersprobleem ) , 40 min later, 5 lege automaten, 1tje vernield (was al) en 0 broden verder eens gaan zoeken achter broodautomaten via deze pagina: http://overpass-turbo.eu/

Daar kan je de bovenstaande query ingooien om de automaten te vinden via Overpass. Voor mensen die Overpass een te grote stap vinden kunnen daar eens proberen. Inspiratie voor queries vind je hier: http://wiki.openstreetmap.org/wiki/Overpass_API

Mvg,

-- Glenn





_______________________________________________
Talk-be mailing list
Talk-be@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk-be

Reply via email to