WSGI Middleware version of the CherryPy memory leak debugger
Project description
Dozer is a WSGI middleware version of Robert Brewer’s Dowser CherryPy tool that displays information as collected by the gc module to assist in tracking down memory leaks.
Usage:
from dozer import Dozer # my_wsgi_app is a WSGI application wsgi_app = Dozer(my_wsgi_app)
Assuming you’re serving your application on the localhost at port 5000, you can then load up http://localhost:5000/_dozer/index to view the gc info.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Dozer-0.1.tar.gz
(7.8 kB
view hashes)
Built Distribution
Dozer-0.1-py2.5.egg
(17.8 kB
view hashes)