本文介绍了您推荐使用哪些工具来分析 Rails 应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在寻找 Rails 的分析工具.我目前正在玩和测试 ruby​​-prof 和 railsbench,但我对使其工作所需的大量调整和修改感到有些沮丧.

I've been looking for profiling tools for Rails for a while. I'm currently playing and testing ruby-prof and railsbench, but I kinda frustrated with the amount of tweaking and mangling required to make then work.

虽然我不介意(很多)调整,但我想知道是否有其他更直接且易于使用的工具来分析 Rails 应用程序?您推荐哪些工具?

Althought I don't mind (much) the tweaking, I'd like to know if is there any other, more straight-forward and easy to use, tools to profile a Rails app? Which tools you recommend?

推荐答案

New Relic 提供 Rails 分析包括免费精简版"版本.

New Relic offers Rails profiling including a free 'Lite' version.

这篇关于您推荐使用哪些工具来分析 Rails 应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-27 09:03