Monitoring APCu with APCu Panel
apcu-panel provide GUI to monitor APCu cache. To install apcu-panel on CentOS, run yum install apcu-panel The package provides following files [root@localhost ~]# rpm -q –filesbypkg apcu-panel apcu-panel /etc/apcu-panel apcu-panel /etc/apcu-panel/conf.php apcu-panel /etc/httpd/conf.d/apcu-panel.conf apcu-panel /usr/share/apcu-panel apcu-panel /usr/share/apcu-panel/index.php [root@localhost ~]# To enable GUI, edit file vi /etc/httpd/conf.d/apcu-panel.conf Modify it as follows # APC Control Panel Alias … Read more