Module Description
Provides a Memcache status and cache reporting page, accessible by a link on the status report page.
Drupal 9+ This is complete rework of the Drupal 7 version.
Please note that this is work in progress module. It probably does not support all the possible memcache setups. In case of problem, please report in the issue queue so we can improve the module to be compatible with more situations.
Features:
* Servers usage and stats
* Slabs overview and details
* Items overview and details
This module uses lru_crawler metadump command to fetch the items stats and store these in a database table. I does not dump the items content.
Drupal 7 This module provides the same functionality for Memcache that APC Status does for APC.
Installation
Memcache Status requires:
* memcache.php, renamed to memcache.php.inc and put in a directory named memcache in the library search path (e.g., sites/all/libraries/memcache),
* Optionally, Libraries API can be used for installation/configuration in multi-site environments.
Drupal 9+ This is complete rework of the Drupal 7 version.
Please note that this is work in progress module. It probably does not support all the possible memcache setups. In case of problem, please report in the issue queue so we can improve the module to be compatible with more situations.
Features:
* Servers usage and stats
* Slabs overview and details
* Items overview and details
This module uses lru_crawler metadump command to fetch the items stats and store these in a database table. I does not dump the items content.
Drupal 7 This module provides the same functionality for Memcache that APC Status does for APC.
Installation
Memcache Status requires:
* memcache.php, renamed to memcache.php.inc and put in a directory named memcache in the library search path (e.g., sites/all/libraries/memcache),
* Optionally, Libraries API can be used for installation/configuration in multi-site environments.
Module Link
Project Usage
214
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to provide a Memcache status and cache reporting page for Drupal 9+, similar to the functionality of APC Status for APC in Drupal 7.
Data Name
memcache_status