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: [email protected]
Reporter: [email protected]
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.