{% extends "nexus/module.html" %} {% block head %} {{ block.super }} {% endblock %} {% load memcache_helpers %} {% block content %}
Displaying statistics for {{ cache_stats|length }} memcached server{{ cache_stats|length|pluralize }}
Uptime: | {% if stats.online %} {{ stats.uptime|duration }} {% else %} Offline {% endif %} |
---|---|
Usage: | {% if stats.online %} {{ stats.bytes|humanize_bytes }} / {{ stats.limit_maxbytes|humanize_bytes }} ({{ stats.rusage_system|humanize_bytes }} system) {% else %} n/a {% endif %} |
Hit Ratio: | {% if stats.online %} {% if stats.cmd_get != '0' %} {% widthratio stats.get_hits stats.cmd_get 100 %}% {% else %} n/a {% endif %} {% else %} n/a {% endif %} |
{{ k|titlize }} | {{ v|intcomma }} |
---|