我正在编写一个 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>
是否有所有可能的完整列表我可以使用的条目?
谢谢,
尼尔