Tag: APCu

  • Monitoring APCu with APCu Panel

    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 /apcu-panel /usr/share/apcu-panel
    
    
       
         Require all granted
       
    
    

    Restart Apache

    systemctl restart httpd
    

    Now you should be able to access APCu panel at

    http://your-server-ip/apcu-panel/