(PECL memcache >= 0.2.0)
Memcache::getStats -- memcache_get_stats — Get statistics of the server
$memcache,$type = ?,$slabid = ?,$limit = 100Memcache::getStats() returns an associative array with server's statistics. Array keys correspond to stats parameters and values to parameter's values.
typeslabidtype set to
cachedump to identify the slab to dump from. The cachedump
command ties up the server and is strictly to be used for
debugging purposes.
limittype set to
cachedump to limit the number of entries to dump.
Returns an associative array of server statistics or false on failure.