BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Performance Monitoring Roundup: Rails Core and New Relic Cooperate, FiveRuns TuneUp Supports Merb

Performance Monitoring Roundup: Rails Core and New Relic Cooperate, FiveRuns TuneUp Supports Merb

Bookmarks

NewRelic recently made the entry level version of their monitoring tool available for free.

A new cooperation between NewRelic and the Rails Core team is now supposed to help improve Rails:

New Relic [..] today announced a first-of-its-kind program that enables Rails developers to share application performance data with the Rails Core Development Team. The Core Team will use the data to analyze and optimize application performance on Rails, ultimately speeding this popular development platform’s industry adoption.

NewRelic's RPM tool works by installing a Rails plugin, which reports performance data to the NewRelic server, where it can be viewed and analyzed. Now, with this opt-in data share option, it's possible to allow the Rails Core team to analyze performance data of Rails applications, and see how real world Rails applications behave and where common bottlenecks are. Since the data is already available on NewRelic's servers, making it available to the Rails core team is easy (from the press release):

The performance data sharing program is available as a feature within New Relic RPM. Information is not shared with anyone outside the Rails Core Team. To learn more about RPM and to subscribe, visit http://newrelic.com/get-RPM.html.
You can also plug in to RPM Lite for free, unlimited use in production. Installation and setup take less than 5 minutes. Sign up by visiting
http://newrelic.com/RPMlite.html.
No credit card or payment needed. Once RPM is installed, join the program by checking the opt-in box within the RPM administration screen.

In related news, iPhone users will be interested to see NewRelic's GUI's now optimized for iPhone web access.

Merb, which will go 1.0 soon, is now supported by FiveRuns' TuneUp performance monitoring tool. The Merb TuneUp support consists of the following:

Currently, TuneUp for Merb provides information on filters, renders, and DataMapper activity (let us know what other ORMs you’d like to see. Sequel? ActiveRecord?). You can see what proportion of time you’re spending in the model, view, or controller, as well as how long each step takes to execute, where it’s being called (with support to jump to those files in TextMate), and for DataMapper activity the SQL query that was executed and a detailed breakdown of the Query object.

TuneUp for Merb is deployed as a Merb Slice.

Which performance monitoring or profiling tool do you use?

Rate this Article

Adoption
Style

BT