News Feed
Jobs Feed
Sections




News Archive
Antony Dovgal's Blog:
locating bottlenecks in PHP code with Pinba
May 05, 2009 @ 08:47:21

Antony Dovgal has announced a tool that can help you find out where issues are in your code - specifically places where too much work is being done and gumming up the works. The Pinba statistics server for PHP that gathers UDP data from the PHP processes and makes it available for parsing/graphing.

What is it? It's a daemon gathering information sent by PHP processes by UDP. In the same time Pinba acts as a read-only storage engine for MySQL, so you can use good ol' SQL to access the data. [...] There is no need to store that information for further analysis, therefore Pinba doesn't actually store the data - it keeps it only for 15 minutes (you can change that, of course), which is more than enough to update graphs.

You can find out more about the project on its (wiki) site including links to the latest downloads (version 0.0.3 at the time of this post).

0 comments voice your opinion now!
bottleneck pinba statistics server mysql storage engine report graph


blog comments powered by Disqus

Similar Posts

Noupe.com: How To Create Your Own Stats Program (JavaScript, AJAX, PHP)

Ed Finkler's Blog: The PHP App Insecurity Top 20

Zend Developer Zone: Actuate and Zend Collaborate to Deliver Reporting for PHP

Tobias Schlitt's Blog: eZ components on Ohloh

Andrew Martin's Blog: Serving PHP session files from a RAM based disk (tmpfs) for AWS Micro Instance


Community Events











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


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

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