TileStache.Goodies.StatusServer | index |
StatusServer is a replacement for WSGITileServer that saves per-process
events to Redis and displays them in a chronological stream at /status.
The internal behaviors of a running WSGI server can be hard to inspect,
and StatusServer is designed to output data relevant to tile serving out
to Redis where it can be gathered and inspected.
Example usage, with gunicorn (http://gunicorn.org):
gunicorn --bind localhost:8888 "TileStache.Goodies.StatusServer:WSGIServer('tilestache.cfg')"
Example output, showing vertical alignment based on process ID:
13235 Attempted cache lock, 2 minutes ago
13235 Got cache lock in 0.001 seconds, 2 minutes ago
13235 Started /osm/15/5255/12664.png, 2 minutes ago
13235 Finished /osm/15/5255/12663.png in 0.724 seconds, 2 minutes ago
13233 Got cache lock in 0.001 seconds, 2 minutes ago
13233 Attempted cache lock, 2 minutes ago
13233 Started /osm/15/5249/12664.png, 2 minutes ago
13233 Finished /osm/15/5255/12661.png in 0.776 seconds, 2 minutes ago
13234 Got cache lock in 0.001 seconds, 2 minutes ago
13234 Attempted cache lock, 2 minutes ago
13234 Started /osm/15/5254/12664.png, 2 minutes ago
13234 Finished /osm/15/5249/12663.png in 0.466 seconds, 2 minutes ago
13235 Attempted cache lock, 2 minutes ago
13235 Got cache lock in 0.001 seconds, 2 minutes ago
13235 Started /osm/15/5255/12663.png, 2 minutes ago
13235 Finished /osm/15/5250/12664.png in 0.502 seconds, 2 minutes ago
13233 Got cache lock in 0.001 seconds, 2 minutes ago
13233 Attempted cache lock, 2 minutes ago
13233 Started /osm/15/5255/12661.png, 2 minutes ago
Modules | ||||||
|
Classes | ||||||||||||||||||
|
Functions | ||
|