https://issues.apache.org/bugzilla/show_bug.cgi?id=54478
Bug ID: 54478
Summary: Wrong response time with mode=Statistical and
num_sample_threshold > 1 when using remote mode.
Product: JMeter
Version: Nightly (Please specify date)
Hardware: PC
Status: NEW
Severity: regression
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
Created attachment 29890
--> https://issues.apache.org/bugzilla/attachment.cgi?id=29890&action=edit
My test script and JTL logs
This issue should be existed from JMeter 2.7 to latest night build
[apache-jmeter-r1437941]. I have just used latest night build to reproduce this
issue.
To show this problem, I compared test result with following two test case.
I used one PC to reproduce this issue.
Case A:
1. start JMeter server with jmeter-server.bat.
2. enable following two parameters in jmeter.properties
mode=Statistical
num_sample_threshold=40
3. run JMeter client with following command[NO GUI is required]:
jmeter.bat -n -r -t debug.jmx -l Statistical_40_1.jtl
Each average of Sample result in Summary Report is too large and total average
response is about 5111 ms.
Case B:
1. start JMeter server with jmeter-server.bat.
2. enable following two parameters in jmeter.properties
mode=Statistical
num_sample_threshold=1
3. run JMeter client with following command:
jmeter.bat -n -r -t debug.jmx -l Statistical_1_1.jtl
Total average response is about 272 ms.
The result in Case A is unreasonable. Please fix it.
--
You are receiving this mail because:
You are the assignee for the bug.