使用提交按钮对简单网页进行负载测试的工具建议? [英] Tool suggestion for load testing a simple web page with submit button?

查看:84
本文介绍了使用提交按钮对简单网页进行负载测试的工具建议?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我编写了一个简单的订单应用程序,该应用程序由一页订单构成,其中包含一组输入字段和一个提交按钮.通过调用URL(通过POST传递数据)来加载订单:

I've written a simple order application that consists of a 1 page order-form containing a set of input fields and a submit button. The order form is loaded by invoking a URL (with data being passed via POST):

http://localhost:8080/orderform.jsp

订单表单的输入字段中填充了POST数据,并且在表单加载到那里时,服务器端会进行一些处理,例如从数据库中检索数据.页面加载完毕并单击提交"按钮后,服务器端将进行进一步处理以处理订单,然后向用户显示收据页面.

The input fields of the order-form are populated with the POST data and whilst the form is loading there some server side processing taking place e.g. retrieving data from a database. Once the page has loaded and the submit button is clicked further server side processing takes place to process the order and then a receipt page is displayed to the user.

我需要一种方法来测试这个简单的过程,以便确定服务器的最大吞吐量.

I need a way to load test this simple process in order to ascertain the maximum throughput of the server.

任何工具建议将不胜感激.

Any tool suggestions would be greatly appreciated.

推荐答案

对于这种相对简单的负载测试方法,我建议 JMeter .

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

这篇关于使用提交按钮对简单网页进行负载测试的工具建议?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆