First of all you need to generate these charts out of the .csv results file. It can be done using JMeterPluginsCMD Command Line Tool <https://jmeter-plugins.org/wiki/JMeterPluginsCMD/> , the relevant commands would be:
1. *JMeterPluginsCMD.bat --generate-png test.png --input-jtl results.csv --plugin-type ResponseTimesOverTime --width 1024--height 768 * 2. *JMeterPluginsCMD.bat --generate-png test.png --input-jtl results.csv --plugin-type TransactionsPerSecond --width 1024--height 768* The command-line graph plotting tool doesn't come with default JMeter installation, you will need to set it up using JMeter Plugins Manager <https://www.blazemeter.com/blog/how-install-jmeter-plugins-manager> -- Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
