{% extends "admin/index.html" %} {% load redis_status_tags %} {% load i18n %} {% block extrahead %} {{ block.super }} {% endblock %} {% block content %} {% get_cache_stats %} {% if cache_stats and user.is_superuser %}
|
| |
| {% trans "Miss Ratio" %} |
{% widthratio server.keyspace_misses server.key_operations 100 %}%
|
|---|---|
| {% trans "Detailed Statistics:" %} | |
| {{ stat.0 }} | {{ stat.1 }} |