Why wait? It’s free!
Sign up now and get a free Nerd Life shirt
Sign up now and get a free Nerd Life shirt
PHP Application Performance Monitoring
Pinpoint and solve PHP application performance issues down to the line of code. New Relic is the only tool you’ll need to see everything in your PHP application—from the end user experience to server monitoring. Trace problems down to slow database queries, slow 3rd party APIs and web services, caching layers, and more.
Use the Application Overview Dashboard for general information about your app and then drill down to geographical information, web transactions and errors. In one place, you can easily see:
Whether your app is in a dedicated data center, a public cloud or a hybrid cloud, New Relic works just the same. You’ll see page load times for real users by browser and geography. Find the bottlenecks in your app pinpointed down to the line of code or SQL query. Easily see the top five web transactions, their average response times and throughput, with links to transaction traces.
Our single UI monitors every detail of your app, from the end user experience, through your servers, and down to the line of code. Give your entire team access to the New Relic dashboard so they can drill down into detailed information about web transactions, including key transactions, browser traces and transaction traces. Browser traces are linked with associated web app transaction traces so you get a detailed end-to-end view of a specific user interaction.
New Relic is the only SaaS PHP application monitoring tool that monitors the entire app. With a single product and a single UI, New Relic lets you see the whole stack, front and back, in a real-time performance dashboard you can access anytime, anywhere.
We support all the major frameworks right out of the box, running PHP 5.1 on Linux or Solaris, including:
Read our case studies to see how over 40,000 companies use New Relic for application performance monitoring, server monitoring and real user monitoring.
View Case StudiesGlad you asked!
rpm -Uvh http://yum.newrelic.com/pub/newrelic/el5/x86_64/newrelic-repo-5-3.noarch.rpm
Install the agent:
yum install newrelic-php5
newrelic-install install
wget -O - http://download.newrelic.com/??????.gpg | apt-key add -
Create this file:
/etc/apt/sources.list.d/newrelic.list
Add this line to the file:
deb http://apt.newrelic.com/debian/ newrelic non-free
Install the agent:
apt-get update
apt-get install newrelic-php5
newrelic-install install
gzip -dc newrelic-php5-X.X.X.X-OS.tar.gz | tar xf -
cd newrelic-php5-X.X.X.X
./newrelic-install install
newrelic.license="REPLACE_WITH_REAL_KEY"
It's free, it's fast. Get the insights you need to improve your application's performance.