Re: Wrong 90th and 95th percentile values in JMeter HTML report

2021-06-03 Thread Felix Schumacher
Am 03.06.21 um 20:10 schrieb Deepak Chaudhari: > Thank you very much for your reply. > Will it be in user.properties? > Do we need to install the latest JMeter version to reflect the changes? A build from trunk can be found at https://ci-builds.apache.org/job/JMeter/job/JMeter-trunk/ Yes, the

Re: Wrong 90th and 95th percentile values in JMeter HTML report

2021-06-03 Thread Deepak Chaudhari
Thank you very much for your reply. Will it be in user.properties? Do we need to install the latest JMeter version to reflect the changes? On Thu, Jun 3, 2021 at 11:14 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote: > You might find

Re: Wrong 90th and 95th percentile values in JMeter HTML report

2021-06-03 Thread Felix Schumacher
You might find https://bz.apache.org/bugzilla/show_bug.cgi?id=65353 interesting. With the next nightly build or build from trunk, you should be able to use the new property "backend_metrics_percentile_estimator" with a value of "R_3" to lessen the difference between both reports. But keep in

Re: Wrong 90th and 95th percentile values in JMeter HTML report

2021-06-03 Thread Deepak Chaudhari
I need to send both the reports to the client and surely the question will come "Why is there so much difference?" If there is any way with which we can generate almost similar aggregate and HTML reports? On Thu, Jun 3, 2021 at 9:00 PM Felix Schumacher < felix.schumac...@internetallee.de> wrote:

Re: Wrong 90th and 95th percentile values in JMeter HTML report

2021-06-03 Thread Felix Schumacher
Without the actual data it is impossible to say, if the reports are wrong, or if they follow different ways to calculate a percentile. The problem here is, that the two reports are using different algorithms to calculate the percentiles. We are working with discrete numbers and here a percentile

Re: help the nub.

2021-06-03 Thread Felix Schumacher
Am 02.06.21 um 19:31 schrieb Valdes, Allen: > Hello all. > > I am trying to start using Jmeter but it is not making it easy. I need to > stress load a Sybase DB server for work and I keep getting this error > > Cannot create PoolableConnectionFactory (Login failed) There can be a lot of reasons

Re: Wrong 90th and 95th percentile values in JMeter HTML report

2021-06-03 Thread A P
I am also facing the same issue: http://mail-archives.apache.org/mod_mbox/jmeter-user/202102.mbox/browser Tried different values for "jmeter.reportgenerator.statistic_window". But nothing worked. Seems like it's a bug in JMeter. On Wed, Jun 2, 2021 at 6:57 PM Deepak Chaudhari wrote: > Hi, > > I