Tagged Questions

5
votes
5answers
576 views

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 ...
1
vote
2answers
476 views

Any open source software for monitoring MySQL performance?

I'm working on improving the performance of a MySQL server. I'm looking for something to monitor the performance of MySQL (as query per second) over time so that I can measure any improvements I make. ...