Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best approach to monitor site performance in rails

I'd like to have a special part of administrate area which shows a list of pages/queries that was slow for the past week.

Is there a gem / plugin or other easy way to implement/automate such functionality for the Rails framework?

like image 278
se_pavel Avatar asked Mar 21 '09 19:03

se_pavel


2 Answers

http://www.newrelic.com/features.html

And a short screencast for RPM:

http://railslab.newrelic.com/2009/01/22/new-relic-rpm

P.S. I don't work for New Relic:)

like image 135
Marcin Urbanski Avatar answered Sep 28 '22 19:09

Marcin Urbanski


Here's one example, and another and yet another. See google for even more.

like image 34
MarkusQ Avatar answered Sep 28 '22 19:09

MarkusQ