django-web-profiler’s documentation:
Introduction:
django-web-profiler is a django profiling tool which logs, stores debug toolbar statistics and also a set of URL’s statistics using a management command. It logs request values such as device, ip address, user cpu time, system cpu time, No of queries, sql time, no of cache calls, missing, setting data cache calls for a particular url.
It provides a basic UI, which will differentiate development url statistics, production level statistics which generates using a management command.
Source Code is available in Micropyramid Repository(https://github.com/MicroPyramid/django-web-profiler).
Modules used:
Python >= 2.6 (or Python 3.4)
Django = 1.9.6
JQuery >= 1.7
Installation Procedure
Install django-web-packer using the following command:
pip install django-web-profiler (or) git clone git://github.com/micropyramid/django-web-profiler.git cd django-web-profiler python setup.py installAdd app name in settings.py:
INSTALLED_APPS = [ '..................', 'django-web-profiler', '..................' ]
After installing/cloning, add the following details in settings file about urls, logger names:
URLS = ['http://stage.testsite.com/', 'http://stage.testsite.com/testing/']
Add the following logger to your existing loggers:
'request-logging': { 'level': 'DEBUG', 'handlers': ['console', 'file_log'], 'propagate': False, }, Here file_log is a handler which contains a path where log files are stored.
We are always looking to help you customize the whole or part of the code as you like.
Visit our Django Development page Here
We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us here
or
mailto:: “hello@micropyramid.com”
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-web-profiler-0.1.tar.gz.
File metadata
- Download URL: django-web-profiler-0.1.tar.gz
- Upload date:
- Size: 76.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
354dae79cfffb5717a8dfa18d69a48efe24d4d677d86882503a04863b1eae140
|
|
| MD5 |
823edf047a061d0b3594dba0206eefa3
|
|
| BLAKE2b-256 |
8dcc80b9967aa0baf8245235f360fe7c518672595e350af9767fbeb9e7bb8907
|
File details
Details for the file django_web_profiler-0.1-py3-none-any.whl.
File metadata
- Download URL: django_web_profiler-0.1-py3-none-any.whl
- Upload date:
- Size: 85.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f649b328918f9eb893e7285aef179281ef5f737f10ca5f16ff977e4d6ef297b
|
|
| MD5 |
9d641f704d09f14977a4001233315538
|
|
| BLAKE2b-256 |
8c0fe7fd0ed2501bfc9aecc178102aa35404751170231b02639f591ba1ac4a8f
|