Skip to content

Instantly share code, notes, and snippets.

View elmehalawi's full-sized avatar

Hassan El-Mehalawi elmehalawi

  • Houston
View GitHub Profile
@mskrajnowski
mskrajnowski / flames.py
Last active December 6, 2018 11:20
Flamegraph django middleware
"""
Django middleware for generating request flame graphs.
Requires the flamegraph.pl perl script:
https://github.com/brendangregg/FlameGraph/blob/master/flamegraph.pl
Installation:
1. Create a directory for flame graphs
2. Copy the flamegraph.pl script to it
3. Add the FLAMES_DIR django setting
4. Add the flames.FlamesMiddleware to MIDDLEWARE_CLASSES