Estadísticas de Memcached
@foreach ($memcachedStats as $stat)
Versión de Memcached {{ $stat['version'] }}
Libevent {{ $stat['libevent'] }}
Servidor {{ $stat['server'] }}
Puerto TCP {{ $stat['tcp_port'] }}
Conexiones máximas {{ $stat['max_connections'] }}
Conexiones totales {{ $stat['total_connections'] }}
Conexiones rechazadas {{ $stat['rejected_connections'] }}
Memoria máxima {{ number_format($stat['limit_maxbytes'] / 1024 / 1024, 2) }} MB
Comandos GET ejecutados {{ $stat['cmd_get'] }}
Comandos SET ejecutados {{ $stat['cmd_set'] }}
GET exitosos {{ $stat['get_hits'] }}
GET fallidos {{ $stat['get_misses'] }}
Claves expulsadas {{ $stat['evictions'] }}
Megabytes leídos {{ number_format($stat['bytes_read'] / 1024 / 1024, 2) }} MB
Megabytes escritos {{ number_format($stat['bytes_written'] / 1024 / 1024, 2) }} MB
Total de objetos {{ $stat['total_items'] }}
Claves almacenadas {{ $stat['curr_items'] }}
Memoria usada {{ number_format($stat['bytes'] / 1024 / 1024, 2) }} MB
Tiempo de actividad {{ gmdate('H\h i\m s\s', $stat['uptime']) }}
@endforeach
{{-- Botones --}}
{{-- Notifications --}}