[Jmeter] Run Command to generate a specific listener’s chart report

Run Command to generate a specific listener’s chart report:

Download cmdrunner-2.0.jar :

https://jmeter-plugins.org/wiki/PluginsManagerAutomated/

Find the plugin type in this URL:

https://jmeter-plugins.org/wiki/JMeterPluginsCMD/

Command:

java -jar D:apache-jmeter-4.0libcmdrunner-2.0.jar --tool Reporter --input-jtl D:apache-jmeter-4.0inDevSiteAvgResponseTimevsActiveThreads.jtl --plugin-type TimesVsThreads --generate-png D:apache-jmeter-4.0inResponseTimesvsThreads.png

原文地址:https://www.cnblogs.com/MasterMonkInTemple/p/9007807.html