{% 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.host }}:{{ host.port }} (db {{ host.db }}) | {% if host.online %}Online{% else %}Offline{% endif %} |