django-performance-tools icon indicating copy to clipboard operation
django-performance-tools copied to clipboard

EXPERIMENTAL Django performance monitoring utilities

A collection of Django performance monitoring utilities

The goal is to have a simple way to collect common performance data which can be reused across various Django-related testing and tuning tools such as django-crawler (http://github.com/ericholscher/django-crawler). The performance-tools-refactor branch supports memory and query counting with CSV export for CI tools:

https://github.com/ericholscher/django-crawler/tree/performance-tools-refactor