{% extends "nexus/module.html" %} {% block head %} {{ block.super }} {% endblock %} {% load redis_helpers %} {% block content %}
Displaying statistics for {{ cache_stats|length }} physical host{{ cache_stats|length|pluralize }}
Status: | {% widthratio stats.online stats.total 100 %}% online ({{ stats.online|int }} / {{ stats.total|int }}) |
---|---|
Connections: | {{ stats.connected_clients|int|intcomma }} |
Usage: | {{ stats.used_memory|humanize_bytes }} |
{{ host }} | {% if online %}Online{% else %}Offline{% endif %} |
---|