skip to navigation
skip to content

Dozer 0.1

WSGI Middleware version of the CherryPy memory leak debugger

Downloads ↓

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.

 
File Type Py Version Uploaded on Size # downloads
Dozer-0.1-py2.5.egg (md5) Python Egg 2.5 2008-06-15 17KB 1138
Dozer-0.1.tar.gz (md5) Source 2008-06-15 7KB 2463