Plugin to monitor performance of eaccelerator module for PHP.
To use:
- Copy script to munin plugins folder
- Symbolically link to eacc_memory and eacc_cached
- eacc_memory shows memory usage
- eacc_cached shows number of scripts cached and discarded
- Set configuration options in munin config file as follows
[eacc_*] env.auth_user username env.auth_pwd password env_cpanel url_of_stats.php
- Copy stats.php into the eacc control panel folder and set $user/$pw to match auth_user/auth_pwd
- Ideally, these should be the same values as set in control.php
- Run
munin-run eacc_memory
andmunin-run eacc_cached
to make sure scripts are running correctly, you should see non-zero values - Restart munin-node
This script's homepage: https://github.com/hermzz/munin-eaccelerator-plugin eAccelerator homepage: http://eaccelerator.net/