문제

In phpinfo, there is a list of directives but they are not changing at all

I see XCache is there by 'php -v'

But how can I monitor the caching? Like how many scripts are cached or how much space/memory it used?

도움이 되었습니까?

해결책

You can use the default xcache admin page to get statistics and details on cached objects.

Please read the official HOW-TO.

You could either write your own script using XCache API.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top