{% load memcache_helpers %}
Status: | {% widthratio global_stats.online global_stats.total 100 %}% online ({{ global_stats.online|int }} / {{ global_stats.total }}) |
---|---|
Connections: | {{ global_stats.curr_connections|int|intcomma }} |
Usage: | {{ global_stats.bytes|humanize_bytes }} / {{ global_stats.limit_maxbytes|humanize_bytes }} ({{ global_stats.rusage_system|humanize_bytes }} system) |
Items: | {{ global_stats.curr_items|int|intcomma }} |
Hit Ratio: | {% if global_stats.cmd_get %} {% widthratio global_stats.get_hits global_stats.cmd_get 100 %}% {% else %} n/a {% endif %} |