You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing to take into consideration is that percentiles are calculated using approximation algorithms. In particular JMeter DSL uses psquare algorithm. This is done as to make an efficient calculation, because if you want the exact value then it need to review all metrics (either keeping them in memory or storing/loading them each time).
That being said, it may happen, moreover when using low amount of samples/measurements, that approximations may deviate from the actual result.
My guess is that the reason for such difference and "incongruent" results is the approximation algorithm used. If anyone has ideas on better algorithms or alternates, it would be awesome to improve it, but as far as we have tested P2 is very efficient and quite good approximating the percentiles.
Can you provide a jtl as evidence and help us further evaluate alternatives and consider potential improvements?
I encountered a problem, it occasionally happens that
Perc99
is smaller thanPerc95
andPerc90
. How is this possible and why does it happen?Here is serialized
StatsSummary
object with threads and iterations info:The text was updated successfully, but these errors were encountered: