简体   繁体   English

Ruby on Rails应用程序的最佳性能评估工具

[英]Best Performance Measurement Tool for Ruby on Rails Application

We have upgraded the rails project from 2.3.5 to 3.2.1 version.Now we need to find the performance improvement with rails 3.2.1. 我们已经将Rails项目从2.3.5升级到3.2.1版本,现在我们需要在Rails 3.2.1上找到性能上的改进。 So please let me know one of the best performance measurement tool for our rails application. 因此,请让我知道用于我们的Rails应用的最佳性能测量工具之一。

Thanks, Sravan A 谢谢,Sravan A

I recommend JMeter: 我推荐JMeter:

http://jmeter.apache.org/ http://jmeter.apache.org/

Once you've designed your tests and started getting the feel of it, you can use this gem: 一旦设计了测试并开始体验它,就可以使用以下gem:

https://github.com/altentee/gridinit-jmeter https://github.com/altentee/gridinit-jmeter

Which is basically a ruby interface for JMeter to let you automate the tests. 基本上,这是JMeter的ruby界面,可让您自动化测试。 A nice tutorial for this second part can be found here: 可以在这里找到第二部分的不错的教程:

http://blog.gridinit.com/2013/02/21/how-to-load-test-a-rails-app-with-gridinit-jmeter/ http://blog.gridinit.com/2013/02/21/how-to-load-test-a-rails-app-with-gridinit-jmeter/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM