jp@gc - Graphs Generator not generating graphs in jmeter

你离开我真会死。 提交于 2021-02-19 06:15:51

问题


I have added two listeners

1) View results in tree

2) jp@gc - Graphs Generator

CSV is getting generated from 1st listener but 2nd listener is not generating any graphs even though all my path is correct


回答1:


I stumbled across the same problem, here's the solution.

Jmeter sometimes does not show the error count/message in the caution area at the top right corner of the GUI. I anyway went ahead and checked the log file, it seems that the error was java.lang.ClassNotFoundException:kg.apc.jmeter.vizualizers.SynthesisReportGui , hence the graphs were not getting generated.

Install extras plugin from http://jmeter-plugins.org/downloads/file/JMeterPlugins-Extras-1.2.1.zip and place it in the lib/ext folder and restart the jmeter. Hopefully this resolves the issue.

Other thing to keep in mind is that the view result tree should be placed above the generate graph listener.



来源:https://stackoverflow.com/questions/40818095/jpgc-graphs-generator-not-generating-graphs-in-jmeter

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!