A django application that displays the load and some other statistics about your memcached instances in the admin.
Project description
This app displays the current load and some statistics for your memcached instances in the index view of your Django admin section.
Installation
Put memcache_status in your INSTALLED_APPS.
That’s all. Only admin-users with superuser permission can see these stats.
Screenshots
Overview in your Admin index view. Allows multiple memcached instances.
Details if you click on a instance
Changelog
- v1.3:
Django 1.10 compatibility and test integration. Python 3 compatibility.
- v1.2:
Unittests, General code cleanup to support Django 1.8+ features such as AppConfig, Django-Debugtoolbar support, Python3 Support, Compatibility tests with latest supported Django versions (currently Django 1.8 and 1.9) but the package is likely working with Django 1.4+.
- v1.1:
Added support for Django’s multiple cache backend setting. Kudos to Luke Granger-Brown for the implementation.
This version is compatible with Django v1.3 and up.
- v1.0:
Initial Release.
This version is compatible up to Django v1.2.
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
Hashes for django-memcache-status-1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e04cb219f81e0a7a343fbc5f4de69f48bf5b24b921ff5a7568d20776fdf0d9d |
|
MD5 | 317cb7a83babc66be063ea88bdceb3f3 |
|
BLAKE2b-256 | 47232212dfd1c18853860dc4127ab1c503cc110d0a8284296bb0d6ca7fa4a761 |