在Jmeter中分析摘要报告

时间:2019-02-26 07:03:04

标签: jmeter statistics summary

Hi stack Overflow社区,

作为Jmeter的新人,我希望你能回答我的问题

我使用blazemeter在Jmeter中开发了脚本。

我为1,15,50个用户执行此操作(在非Gui模式下,不包括任何列表器)。 当我分析摘要报告时,发现发现可疑(1个示例HTTP请求)

蓝色代表1个用户,绿色代表15个,黄色代表15个用户 我无法向客户解释为什么接收到的KB /秒和发送的KB /秒没有显示

增加用户数的模式 summary Report

 Sent KB/sec (1User)<Sent KB/sec (15User) but
 Sent KB/sec (50User)<Sent KB/sec (1User)  same as received KB/sec
  i.e.
   Sent KB/sec (50User)<Sent KB/sec (1User)<Sent KB/sec (15User)
   Received KB/sec (50User)<Received KB/sec (1User)<Received KB/sec 
  (15User)

怎么可能。 我想念的 注意:我正在使用加速时间

Thinks

1 个答案:

答案 0 :(得分:1)

查看50个用户的平均响应时间(200秒),吞吐量降低的原因是请求长时间保存在服务器队列中,因此服务器与服务器之间的数据交换不多客户。

您可以自己生成Dashboard Report,也可以in the cloud生成,并通过在非GUI模式下运行JMeter获得更多信息和分析:

jmeter -n -t <path_to.jmx> -l <log.jtl> -e -o <dashboard_folder>