{% extends "admin/index.html" %} {% load memcache_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.1.get_misses server.1.cmd_get 100 %}%
|
---|---|
{% trans "Avg GET by item" %} | {% widthratio server.1.cmd_get server.1.total_items 1 %} |
{% trans "Avg GET by seconds/minutes" %} | {% widthratio server.1.cmd_get server.1.uptime 1 %}/{% widthratio server.1.cmd_get server.1.uptime 60 %} |
{% trans "Detailed Statistics:" %} | |
{{ k|prettyname }} | {{ v|prettyvalue:k }} |