
apptrace
The apptrace package provides a WSGI middleware for tracking memory usage in Google App Engine Python applications.
Since apptrace is meant for development and debugging purposes only, it works with the development appserver of the Google App Engine Python SDK and TyphoonAE. It will definitely not work on the GAE production environment.
Apptrace utilizes Heapy for gathering object related data like their memory footprint or relationship to other objects. Parts of the UI are built with Flot.
Please read the brief usage guide.
Python Package Index
The apptrace package is also released here.
Project Information
- License: Apache License 2.0
- 24 stars
- hg-based source control