Google App Engineに用意されているパフォーマンス測定ツール「Appstats」をKayで使用する方法を紹介します。 kay-framework Appstats for Python – Google App Engine – Google Code app.yamlとsettings.pyを編集し、「Appstats」を有効にします。 app.yaml handlers: … # 追加。普段のハンドラの上に書くこと - url: /stats.* script: $PYTHON_LIB/google/appengine/ext/appstats/ui.py - url: /.* script: kay/main.py settings.py MIDDLEWARE_CLASSES = ( 'google.appengine.ext.appstats.recording.Ap