English 中文(简体)
Zend Server vs newrelic
原标题:

I need to select one solution for deep monitoring of a production environment based on PHP and MySQL.

  • Help us discover and recreate bugs that made it into the production environment
  • Help us profile the application on real user patterns and hardware and discover real bottlenecks

I am between Zend Server and Newrelic.

I know Zend server offers much more than event monitoring but lets focus on that for this exercise.

I imagine Zend server can provide more details about the performance of specific functions when codetracing. On the other hand newrelic must have a broader set of reports and its new end user page load reports seem to be great for an end to end understanding of performance.

Has anyone worked with both? What is your experience?

问题回答

From my experience NewRelic is a better fit for your above mentioned needs.

As a standalone product NewRelic also looks much better on a long run, as they are adding new features and possibilities every few months.

That said - while NewRelic will play with any PHP + Mysql nicely, the real magical thing start only if you use one of the PHP frameworks, like - Wordpress, Magento etc.





相关问题
Profiler for Zend Server (Zend Debugger)

I m looking for a PHP profiler that works with Zend Server (CE). From what I can tell, XDebug is a pain to setup with Zend Server. While Zend Debugger is free (as I understand it), the Profiler is ...

Zend Server and auto_prepend_file (or php_value)

On our development PC we need to have a prepend file (loaded via auto_prepend_file in php.ini) to set up severals paths. This prepend.php file is used on all of our server and help us to easily ...

Flexstore or JQuery for e-commerce site

Am currently evaluating the best RIA technologies to use for building a new e-commerce site. Currently there are two options we are looking at.One is the flexstore example where we intend to embed the ...

Zend Server Version?

How can I receive the Zend Server version by a PHP script running on this Zend Server? phpinfo() and the commandline php -v does not tell the Zend Server version!

URL requests adding POST data to querystring

I am using ExtJS to send an Ajax request to a PHP page on a server, wanting to send the parameters as POST variables rather than in the querystring. I have included a random token in the querystring ...

热门标签