News Feed
Jobs Feed
Sections




News Archive
Slawek Lukasiewicz's Blog:
PHP application diagnostics - Memtrack
November 08, 2011 @ 12:08:37

Slawek Lukasiewicz has posted about a handy tool that can be used to track memory consumption and performance in your PHP application - memtrack.

Application profiling can help us determine bottlenecks and possible problems during development. But sometimes we also need to diagnose problems in production environment. Frequent performance problems are connected with functions and methods using too much memory.

The tool allows you to set up thresholds for memory consumption and, if the scripts exceeds it, add warnings to your log files. He includes the simple instructions to install it (via PECL) and enable it in your php.ini. Some sample code to create a memory overvload is included to test it out. Configuration options let you set the limits and define functions to ignore if you know for sure there's trouble spots.

0 comments voice your opinion now!
memtrack extension diagnostic limit warning


blog comments powered by Disqus

Similar Posts

Ibuildings techPortal: New Memcached Extension for PHP

Luc de Brouwer's Blog: Never having to use $_GET or $_POST again

Lukas Smith: On predictable PHP release cycles

SitePoint.com: Create Dynamic Images with ImageMagick

Community News: Livedocs XMLWriter Entry Updated


Community Events











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


example interview language conference community testing phpunit tool object series zendframework2 podcast functional development code opinion framework introduction release unittest

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