如何将 Composite Graph Plugin 与外部 jtl 或 csv 文件一起使用?
How to use Composite Graph Plugin with external jtl or csv file?
根据CompositeGraph的文档,不清楚如何集成外部 JTL 或 CSV?
This listener will work only if you place it in your test plan before starting the test. If you add it after the test started or finished, the rows will not be displayed in the selector panel. This is valid also for csv / jtl file reload, you must add it before reloading files.
现在,进入主要部分,我如何在此插件中包含外部 JTL 或 CSV?
我从文档中了解到,只有当您从 GUI 运行 计划并事先启用此插件时,此插件才有效,这超出了 JMeter 的最佳实践,我们不会 运行 我们的 GUI 性能测试。
这里有任何帮助....
可以使用插件,注意添加监听器的顺序即可,即
- 添加复合图
- 添加即Active Threads Over Time
- 添加即 Hits per Second
- 随时间将
.jtl
结果文件加载到活动线程中
- 将
.jtl
结果文件加载到每秒点击数
您现在应该可以创建复合图了
根据CompositeGraph的文档,不清楚如何集成外部 JTL 或 CSV?
This listener will work only if you place it in your test plan before starting the test. If you add it after the test started or finished, the rows will not be displayed in the selector panel. This is valid also for csv / jtl file reload, you must add it before reloading files.
现在,进入主要部分,我如何在此插件中包含外部 JTL 或 CSV?
我从文档中了解到,只有当您从 GUI 运行 计划并事先启用此插件时,此插件才有效,这超出了 JMeter 的最佳实践,我们不会 运行 我们的 GUI 性能测试。
这里有任何帮助....
可以使用插件,注意添加监听器的顺序即可,即
- 添加复合图
- 添加即Active Threads Over Time
- 添加即 Hits per Second
- 随时间将
.jtl
结果文件加载到活动线程中 - 将
.jtl
结果文件加载到每秒点击数 您现在应该可以创建复合图了