You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/06/26 19:00:11 UTC

[Bug 64562] New: InfluxDB results does not match with Jmeter result due to aggregation

https://bz.apache.org/bugzilla/show_bug.cgi?id=64562

            Bug ID: 64562
           Summary: InfluxDB results does not match with Jmeter result due
                    to aggregation
           Product: JMeter
           Version: 5.3
          Hardware: PC
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: jp.accr@gmail.com
  Target Milestone: JMETER_5.3.1

Created attachment 37335
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37335&action=edit
Example screenshot

JMeter, by default adds the sampler metrics for a common sampler in the span of
influxDB interval duration and send aggregated values to Influx DB after given
interval.

Jmeter calculates the transaction metrics (Min, Average, Maximum, 90% Line,
etc) from raw results where all transaction metrics are stored vs while sending
into InfluxDB from Jmeter, It aggregates metrics according to time interval
instead of sending raw results.

This causes the discrepancies between Influx DB metrics and Jmeter Metrics.

If we can modify code to send all result samples rather that aggregation then
it will resolve mismatch issue.
Also, we can just send response time and need not to send min, max, and
percentile because for 1 result row, time will be same for all computation,
however for Summary we may need that.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64562] InfluxDB results does not match with Jmeter result due to aggregation

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64562

UbikLoadPack support <su...@ubikloadpack.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
           Keywords|                            |PatchAvailable

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 64562] InfluxDB results does not match with Jmeter result due to aggregation

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64562

Graham Russell <gr...@ham1.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Graham Russell <gr...@ham1.co.uk> ---
This is why I created and use https://github.com/apache/jmeter/pull/544

-- 
You are receiving this mail because:
You are the assignee for the bug.