NewRelic - rails performance de l'application, par semaine

NewRelic vous donne les performances d'une application rails par semaine.

Pour ceux qui ne connaissent pas : lire l'utilité Pour ceux qui veulent mettre à jour leur agent newrelic : voici les étapes :

Updating the Agent

As with any plug-in, when using Subversion it's necessary to blow away the old agent plug-in before reinstalling.

svn rm vendor/plugins/newrelic_rpm
svn commit vendor/plugins -m "removing old version of newrelic"

Then, to install the latest agent:

script/plugin install https://newrelic.rubyforge.org/svn/newrelic_rpm
svn add vendor/plugins/newrelic_rpm
svn commit vendor/plugins -m "upgrading newrelic to version X.X.X"

rien de bien sorcier (même pour les anglophobes)...

Tout ça vient de NewRelic.

La version gratuite est très limité mais bon, c'est sympa de savoir chaque semaine si l'application est performante ou pas...