Django SQL Sampler becomes Django Sampler (with Mongo support)
September 21st, 2011 — — Permalink
In a previous post I described Django SQL Sampler as a tool that helps you find the SQL queries that are consuming the most time on a production site.
I've now renamed Django SQL Sampler to Django Sampler because it now does much more. It now has a plugin architecture that makes it easier to start sampling things other than SQL queries. Using this I have added support for MongoDB. Soon, I'll be adding support for Django's views and also Celery tasks.
It's on github, so check it out and let me know what you think!
