Gary's Guide To Php
Please find below some of the most popular articles I've written on Gary's Guide To Php.
Table of Contents
Diagnosing Disk I/O issues in a VPS
Where is apc.php on Ubuntu?
Diagnosing Disk I/O issues in a VPS
Every so often, my Linode goes into a state of apparent frantic I/O. Page loads slow down a bit, and I get regular email alerts indicating a potential problem: Subject: Linode Alert - disk io rate Your Linode, linode90147, has exceeded the notification threshold (800) for disk io rate by averaging 2146.05 for the last [...] Read More...
Where is apc.php on Ubuntu?
You can find this file using find: find / -name apc.php On my VPS, it shows up in the following: /build/buildd/php5-5.3.2/pear-build-download/APC-3.1.6/apc.php /usr/share/php/apc.php Read More...