Pravesh wrote:
Hi Team,
I executed jmeter script via command line and viewed the result in Aggregate report listener and in azure app insight. But both average results are varying, do you know the reason why it is varying?

If you see th the jmeter aggregate listener, the average response time for same request and same no of sample it is showing *674 MS*
image.png

but if you see in Azure app insight, highlighted in brown box average value is *1070 ms*
image.png
Can anyone pls explain why there is difference between these 2 values?

--
Regards,
Pravesh prajapati.
Mob:-9702600170
You're asking the wrong "team".

I can only tell you how does JMeter calculate the average response time: basically it's arithmetic mean <imap://glinius%40live%2e...@imap-mail.outlook.com:993/fetch%3EUID%3E/INBOX%3E57191?part=1.2&filename=image.png>  of response times (sum of all response times divided by 2844)

Also JMeter includes into response time Connect Time <https://developer.mozilla.org/en-US/docs/Glossary/TCP_handshake> and time for the request and response to travel back and forth. "azure app insight" isn't aware of these numbers so JMeter's response time should be higher accordingly, to wit the difference should be but it should be into another direction, JMeter's response times should be higher due to these networking related delays. My expectation is that azure metrics are configured incorrectly.

More information:

 * JMeter Glossary <https://jmeter.apache.org/usermanual/glossary.html>
 * Performance Metrics for Websites
   
<https://guide.blazemeter.com/hc/en-us/articles/207420665-Performance-Metrics-for-Websites>


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to