Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 phpinfo 中,有一个指令列表,但它们根本没有改变
我看到 XCache 通过 'php -v'
但是我怎样才能监控缓存呢?比如缓存了多少脚本或者它使用了多少空间/内存?
您可以使用默认的 xcache 管理页面来获取有关缓存对象的统计信息和详细信息。
请阅读官方HOW-TO。
您可以使用XCache API编写自己的脚本。