News Feed
Jobs Feed
Sections




News Archive
Sébastien Thomas' Blog:
Monitoring PHP APC cache usage
October 05, 2011 @ 13:11:14

Sébastien Thomas has a recent post to his blog shows how (with just a bit of code) you can monitor your APC cache usage on your local host.

I won't go deep into how OpCode caches work, you will find a lot of docs, just google for APC, Xcache, eAccelerator... What I can say is that APC (as other caches do) will save binary parts of your PHP code into memory and use it when you call for the same PHP function again. This way you save all the PHP file opening, parsing, etc. [...] One thing you won't come accross often on internet is How (the hell) do I know if APC is performing well ?

His answer comes in the form of code based on the APC-PHP-Monitor script. He changed it slightly to allow for use in other places, like with Nagios monitoring. A Nagois template is included to query the cache and report back a hit ratio. An example of the full cache results can be seen here complete with general cache info, hits, misses and file versus user caching stats.

0 comments voice your opinion now!
monitor cache usage apc apccchemonitor tutorial nagois


blog comments powered by Disqus

Similar Posts

DevShed: An Introduction to Using the Decorator Pattern with PHP

Josh Adell's Blog: Logging User Sessions Across Requests

PHPBuilder.com: Back to Basics: Managing PHP Configuration php.ini Directives

Web Development Blog: Tutorial: FTP Upload via cURL

DevShed: Tracking Website Statistics with PHP


Community Events









Don't see your event here?
Let us know!


example api podcast introduction object phpunit database release zendframework2 interview tool community opinion unittest framework composer testing code language development

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework