Bug 43484 - Remote Statistical mode needs to collect min/max separately
Summary: Remote Statistical mode needs to collect min/max separately
Status: NEW
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.3
Hardware: All All
: P2 normal with 4 votes (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
: 60453 (view as bug list)
Depends on: 60453
Blocks:
  Show dependency tree
 
Reported: 2007-09-26 06:31 UTC by Sebb
Modified: 2016-12-30 21:25 UTC (History)
3 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2007-09-26 06:31:05 UTC
The remote statistical mode currently accumulates the elapsed and latency 
times.

Min and Max times are worked out later by the visualiser.

However it is not possible to calculate these from the aggregated data.

If min/max are to be returned to the client, they need to be calculated by the 
node which performs the sample.

See also bug 43450
Comment 1 Libor Kotoun 2008-06-05 06:29:43 UTC
I have found error in ELAPSED TIME returned from slaves. In statistical mode should be returned sum of individual elapsed times from same samplers (width same URL). But it is returned delay between start of first sampler with the URL and end of last sampler with the same URL.
For example, in one summary are cumulated results of 2 loops of a thread. Then slave sends delay between starts of threads + elapsed time of the sampler in second loop.
Libor Kotoun
Comment 2 Sebb 2008-06-09 02:42:10 UTC
Agreed, it would be useful to do something about elapsed time.

It should be possible to adjust idleTime to ensure that the following equality still holds:

start_time + elapsed + idleTime == end_time
Comment 3 Philippe Mouawad 2016-12-30 21:25:44 UTC
*** Bug 60453 has been marked as a duplicate of this bug. ***
Comment 4 The ASF infrastructure team 2022-09-24 20:37:40 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2024