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

Nei*_*ima 3 jmeter load-testing maven jenkins jmeter-maven-plugin

我正在编写一个 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>
Run Code Online (Sandbox Code Playgroud)

是否有所有可能的综合清单 我可以使用的条目?

谢谢,

尼尔