{% load i18n memcache_admin %} {% for server, data in cache_stats.items %} {{ server }} {{ data.uptime|timestamp }}
{{ data.bytes|human_bytes }} {% trans 'of' %} {{ data.limit_maxbytes|human_bytes }} ({{ data.bytes_percent }}%)
{{ data.curr_items }} {{ data.curr_connections }} {{ data.get_hit_rate }} {{ data.bytes_read|human_bytes }} {{ data.bytes_written|human_bytes }} stats {% if can_get_slabs %} slabs {% endif %} {% endfor %}