Tool suggestion for load testing a simple web page with submit button? [closed]

吃可爱长大的小学妹 提交于 2019-12-06 16:01:25
stracktracer

For this relatively easy way of load testing I would recommend JMeter.

While jmeter is ok, it's really weak in the analytics and parameterization area. If you want something free but enterprise-class, I'd recommend CloudTest Lite from SOASTA. It gives you the fastest way to create realistic scenario on the market, real-time analytics (!) and best of all, it's free.

You can download it and give it a try here: http://www.soasta.com/cloudtest/lite/

Fred

This would be a trivial test using our product, Web Performance Load Tester. You didn't mention a budget and our product is not free. However the free version will run 10 simultaneous users and if you reduce the think time, you can push a lot of transactions using the free version.

If you need something free, JMeter, Grinder and OpenSTA are popular options. You'll spend a lot more time learning the tools and setting up the tests.

I ve wrote one very simple tool cause i didn't want to use any browser based tool. Biggest problem is i also wanted to stress test it locally, like hitting localhost. Maybe you will also find it useful:

https://github.com/georgekosmidis/WebStressTool

Uses Apache HTTP server benchmarking tool v2.3.1757674

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