【问题标题】:Analyzing summary Report in Jmeter在 Jmeter 中分析摘要报告
【发布时间】:2023-03-13 01:45:01
【问题描述】:

嗨堆栈溢出社区,

作为Jmeter的新人,我希望你能接受我的问题

我使用 blazemeter 在 Jmeter 中开发了脚本。一切都很好。

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

蓝色代表 1 个用户,绿色代表 15 个用户,黄色代表 15 个用户 我无法向客户解释为什么 Received KB/sec 和 Sent KB/sec 没有给出

用户数增加的模式

 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)

这怎么可能。 我错过了什么 注意:我正在使用 Ramp Up 时间

谢谢

【问题讨论】:

    标签: jmeter statistics summary


    【解决方案1】:

    查看 50 个用户的平均响应时间(200 秒),吞吐量下降的原因是请求在服务器队列中等待时间较长,因此服务器和服务器之间没有太多的数据交换客户。

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

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-12-06
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多