Discussion:
Sending Transactions per second and response times over time graphs in an email
SAS
2018-10-10 20:36:46 UTC
Permalink
Hi Team,

Can you please help on how we can send the generated graphs to an email
once the test is completed?

I am able to send results csv as an attachment. however, would like to
send graphs as well.

thanks for your help


Thanks
SASTRY
g***@live.com
2018-10-17 13:10:29 UTC
Permalink
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: user-***@jmeter.apache.org
For additional commands, e-mail: user-***@jmeter.apache.org

Loading...