Skip to main content

A plugin for django_debug_toolbar that logs results to the database for aggregated review.

Project description

Django Debug Logging is a “plugin” for the Django Debug Toolbar that allows users to log the debug toolbar statistics to the database during a site crawl. This allows users to create performance testing plans to exercise the site, and then review and aggregate the results afterwards to identify performance problems.

It also provides a basic UI for browsing the details that have been logged to the database and reviewing aggregated information about test runs. The UI borrows a lot from the custom Sphinx theme by the Read the Docs team, and the Sentry project from Disqus.

The overall goal is to use this tool to monitor performance statistics over time, so that you can see trends and spikes in the number of queries, cache misses, cpu time, etc., and identify where in the app the problems are coming from. It is not intended as a load testing tool, so features like concurrency and warmup periods will not be part of the initial focus.

Screenshots

The main Debug Logging frontend view:

Debug Logging main view

A test run:

Debug Logging aggregated stats

A log record:

Debug Logging detail view

To Do

We welcome contributions! Here are some of our main priorities for continued development:

  • Add a –repeat option to the log_urls command so that the urls can be run through multiple times.

  • Write more complex performance tests that use TestCase classes and log each request from the Django test client.

  • Graph the aggregated stats of the runs.

  • Take more inspiration from Sentry and group hits on the same urls within the same run together, showing aggregated and individual stats.

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

django-debug-logging-0.4.tar.gz (55.3 kB view details)

Uploaded Source

File details

Details for the file django-debug-logging-0.4.tar.gz.

File metadata

File hashes

Hashes for django-debug-logging-0.4.tar.gz
Algorithm Hash digest
SHA256 decd75f8a861a2767da0482ff3e0feb328afb3bf72029be24cb48d7550e336b5
MD5 3b4de124a66a20dcfb55bf155a4ad963
BLAKE2b-256 b0e06f147ba1956af649f824e92c368ea389b30543edff3276980e9f72b1194e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page