ruby-on-rails – memcache可以告诉你它使用了多少内存?

前端之家收集整理的这篇文章主要介绍了ruby-on-rails – memcache可以告诉你它使用了多少内存?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
memcache可以告诉你它总共使用了多少内存?

特定钥匙怎么样?

解决方法

PHP中,但我相信你能够翻译成RoR: –
echo "You are using " . $memcache->getstats()["bytes"] . " of storage ";
echo "out of " . $memcache->getstats()["limit_maxbytes"];

http://php.net/manual/en/memcache.getstats.php

原文链接:/memcache/271159.html

猜你在找的Memcache相关文章