Blackfire Profiler
Developer(s) | SensioLabs |
---|---|
Stable release |
1.4.0
|
Development status | Active |
Written in | Go, PHP and JavaScript |
Operating system | Linux Mac OS X FreeBSD and Microsoft_Windows |
Type | Performance analysis |
License | commercial |
Website |
blackfire |
Blackfire Profiler is a tool that instruments PHP applications to gather data about consumed server resources like memory, CPU time, and I/O operations. Blackfire is also a SaaS service to visualize any callgrind-compatible profile.
Its architecture [1] is based on a Probe, which is a PHP extension that gathers the raw performance profiles and an Agent, which is a server-side daemon that aggregates and forwards profiles to blackfire.io servers to visualize them.
Blackfire has been used by some popular PHP projects such as ownCloud, Drupal, Symfony and Laravel to improve their performance[2] and to spot performance bottlenecks.[3][4][5]
As of March 2015 Blackfire is actively developed.[6][5]
Features
- Profile web pages,[7] command line scripts [8] and APIs and web services.[9]
- Compatible with the profiles generated with XHProf, Xdebug and Google Chrome CPU Profiler.
- Compare two profiles to spot the parts of the application which have been improved or degraded.
- Automatic aggregation of negligible internal PHP functions.
- Detection of PHP Garbage Collector cycles.
References
- ↑ Sensiolabs. "Configuration - Blackfire". blackfire.io. Retrieved 2015-03-22.
- ↑ "Blackfire and recent performance optimizations in ownCloud | ownCloud.org". owncloud.org. Retrieved 2015-03-22.
- ↑ "Make the InstallKernel progressively build the container instead of building, compiling and dumping from scratch on every module install (38x) [#2396939] | Drupal.org". drupal.org. Retrieved 2015-03-22.
- ↑ "[DomCrawler] Improve namespace discovery performance by jakzal · Pull Request #14012 · symfony/symfony · GitHub". github.com. Retrieved 2015-03-22.
- 1 2 "Researching Laravel 5 Framework". github.com. Retrieved 2015-04-10.
- ↑ Blackfire.io. "Blackfire Blog". blog.blackfire.io. Retrieved 2015-03-22.
- ↑ Sensiolabs. "Profiling Web Pages - Blackfire". blackfire.io. Retrieved 2015-03-22.
- ↑ Sensiolabs. "Profiling CLI Scripts - Blackfire". blackfire.io. Retrieved 2015-03-22.
- ↑ Sensiolabs. "Profile an API/Web Service Call - Blackfire". blackfire.io. Retrieved 2015-03-22.
External links
This article is issued from Wikipedia - version of the 6/22/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.