Most effective and realistic free web-app load tester?

扶醉桌前 提交于 2019-12-18 03:47:30

问题


I'm in the middle of picking tools to load test my Ruby on Rails app. So far I'm trying out -

  • apachebench
  • autobench
  • httperf
  • selenium
  • trample

Is there anything else worth looking at? I don't have a ton of hardware, so efficiency is a concern.


回答1:


The famous one (at least for me):

  • JMeter
  • The Grinder
  • OpenSTA

All support simulating concurrent users, can generate decent load, support distributed testing if required (with distributed agent). JMeter and OpenSTA have a recorder and recorded scripts are relatively easy to variablelize. For The Grinder, I'm not sure.

OpenSTA is the most polished one and with the most features (but is not portable).

JMeter is my preferred one mostly because I know it well and because testing can be easily automated (e.g. to be included in a build). Have a look at the user manual to get started. If you need to record over SSL, check BadBoy.

More interesting reading at Shootout: Load Runner vs The Grinder vs Apache JMeter.




回答2:


Check out JMeter.



来源:https://stackoverflow.com/questions/1772524/most-effective-and-realistic-free-web-app-load-tester

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!