You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by SAS <sa...@gmail.com> on 2018/10/10 20:36:46 UTC

Sending Transactions per second and response times over time graphs in an email

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

Re: Sending Transactions per second and response times over time graphs in an email

Posted by "glinius@live.com" <gl...@live.com>.
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-unsubscribe@jmeter.apache.org
For additional commands, e-mail: user-help@jmeter.apache.org