gpt4 book ai didi

maven - jmeter-graph-maven-plugin 可用的图表类型?

转载 作者:行者123 更新时间:2023-12-01 12:32:32 25 4
gpt4 key购买 nike

我正在编写一个 JMeter 套件以在 Jenkins 之上运行并使用 jmeter-graph-maven-plugin 生成图表。

正在使用 jmeter-maven-plugin 执行测试,并生成 jmeter-graph 插件所需的相应 *.jtl 文件。

当我在 pom.xml 上这样声明它们时,我想知道可以通过 jmeter-graph-maven-plugin 生成的所有类型的图:

<graph>
<pluginType>ThreadsStateOverTime</pluginType>
<width>800</width>
<height>600</height>
<outputFile>${project.build.directory}/jmeter/results/ThreadsStateOverTime.png</outputFile>
</graph>

是否有我可以使用的所有可能的条目的完整列表?

谢谢,

尼尔

最佳答案

基于此文档:

您可以生成:

  • ThreadsStateOverTime = 随时间变化的事件线程数
  • BytesThroughputOverTime
  • 每秒点击数
  • 超时延迟
  • ResponseCodesPerSecond
  • 响应时间分布
  • ResponseTimesOverTime
  • 响应时间百分比
  • 吞吐量与线程
  • TimesVsThreads = 响应时间 VS 线程
  • 每秒交易数

关于maven - jmeter-graph-maven-plugin 可用的图表类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32231057/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com