【问题标题】:How to handle post method in Jmeter for load testing?如何处理 Jmeter 中的 post 方法进行负载测试?
【发布时间】:2014-08-30 17:47:33
【问题描述】:

我想在应用服务器上使用 jmeter 执行负载测试后方法。我在应用程序服务器上使用 jmeter 多次执行负载测试获取请求。我不知道如何处理 jmeter 中的 post 方法进行负载测试?

发布 HTTP 请求:

POST 的内容类型是“application/x-www-form-urlencoded” 请求:http://localhost:8080/configserver/execute?command=Login 开机自检参数: 数据={ "电子邮件": "user@domain.com", “密码”:“12345” } 输出: { “状态码”:“0”, “状态消息”: ””, “结果”: { "user_id": "1", “session_token”:“abcd” } }

【问题讨论】:

    标签: jmeter jmeter-plugins


    【解决方案1】:
    猜你喜欢
    • 2022-01-12
    • 2019-03-10
    • 1970-01-01
    • 1970-01-01
    • 2011-08-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多