{% extends "admin/index.html" %} {% load memcache_status_tags %} {% load i18n %} {% block extrahead %} {% endblock %} {% block content %} {% get_cache_stats %} {% if cache_stats and user.is_superuser %}
| |
{% trans "Miss Ratio" %} |
{% widthratio server.1.get_misses server.1.cmd_get 100 %}%
|
---|---|
{% trans "Avg GET by item" %} | {% widthratio server.1.cmd_get server.1.total_items 1 %} |
{% trans "Detailed Statistics:" %} | |
{{ k|prettyname }} | {{ v }} |