JMeterPluginsCMD Command Line ToolThere is small command-line utility for generating graphs out of JTL files. It behave just like right-click context menu on all graphs. The tool can generate PNG, CSV or both. Note you can use GraphsGeneratorListener if you want to bulk generate graphs after a test or for existing results. InstallationThe tool is installed normally with PluginsManager, producing launcher bat/sh files in JMeter's Usage and ParametersGenerating PNG:
Generating CSV:
Yoy may generate CSV and PNG in single tool run.
Use You may customize graph drawing and data processing like GUI settings do with optional parameters:
Java system properties can be defined via the environment variable Plugin Type ClassesMake note that you need to install corresponding plugins set to have Extras plugins available in CMD. Most of class names are self-explanatory:
Maven PluginYou could also generate graphs with the jmeter-graph-tool-maven plugin https://github.com/vdaburon/jmeter-graph-tool-maven-plugin |