Skip to content

JWeesner/DjangoMetrics

Repository files navigation

DjangoMetrics

This project is an open source demo of a middleware service in the Django web framework. It utilizes the open source Django project bootcamp as its base.

The middleware has three basic features:

  • Detect how many string objects are created per page request *
  • Time each page request from start to finish
  • Provide a brief overview of memory utilization per page request

* string count is currently disabled for signup and login tasks

Page request logs can be found in the root directory's requests.log file and metrics can be found in the root directory's metrics.log file. In order to turn on DjangoMetrics simply run "python manage.py metrics" instead of the usual "python manage.py runserver".

Installation Guide

Detailed installation guide.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published