django-processinfo is a Django application to collect information about the running server processes.
Project description
django-processinfo is a experimental Django application to collect information about the running server processes.
What is it not:
track user actions
collect infos which are found in e.g. apache.log
more info: http://www.python-forum.de/viewtopic.php?f=6&t=27168 (de)
usage
add to settings.py:
INSTALLED_APPS = ( ... 'django_processinfo', ... ) MIDDLEWARE_CLASSES = ( 'django_processinfo.middlewares.django_processinfo.ProcessInfoMiddleware', ... ) # include app settings from ./django_processinfo/app_settings.py from django_processinfo import app_settings as PROCESSINFO # Change settings like this: PROCESSINFO.ADD_INFO = True
run: syncdb to create database tables.
ProcessInfoMiddleware
The ProcessInfoMiddleware can actually be inserted anywhere. However, it should be added far above. Thus, to capture everything.
For performance enhancement, put ProcessInfoMiddleware after LocalSyncCacheMiddleware. Then, however, lacks some statistical values (in every cache hit).
donation
links
GitHub |
|
PyPi |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-processinfo-0.1.0.0818.tar.gz
.
File metadata
- Download URL: django-processinfo-0.1.0.0818.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4528ec194b53eb94fefcb072b0f9ce6cd696ccc3043d123e3488f8a6b2746239 |
|
MD5 | 61c5e79e407983680e8d54068db9ea31 |
|
BLAKE2b-256 | eba93d8bc2b8f7e0c401bff3549571a31f6e8a1cd70e29138084d668cf1d91a6 |