Jmeter influxdb backend lisetener discrepancies

2018-12-21 Thread Sindhuja soundarapandian
Hello All,

We are trying to integrate jmeter with influxdb through backend listener
and found few observations,

i.e. By default backend listener pushes the record by every 5 seconds.

We found some discrepancy with JMeter aggregate report and influxdb data,
that the average response time gets mismatched with JMeter aggregate report
due to incorrect sample counts from jmeter to influxdb

For example, we ran the test for half an hour consider If we have 120
entries for specific request in view results table with JMeter means here
we could see only 80-90 entries thus making the deviation in average
response time. We also changed the time interval to milli seconds and nano
seconds and compiled the source code of jmeter and tried replicating the
same but again there is no luck.

Query used in influxdb is

Select Mean(avg) from jmeter where application =~application and statut
=all group by transaction

Even in jmeter, average response time for specified label is calculated by
taking the average of all the times in view results table right so that we
tried to use the same formula in influxdb mean function too.

Am i interpreting wrong can anyone help me to resolve this issue? What
shall we done to push influxdb data as same as jmeter.

Any help is much appreciated.

Thanks,
Sindhuja


Build failed in Jenkins: JMeter Ubuntu #604

2018-12-21 Thread Apache Jenkins Server
See 


Changes:

[pmouawad] Remove line used for closing PR

[pmouawad] Bug 62887 has been resolved by documenting breaking change. So I am 
closing issue.

This closes #429
Bugzilla Id: 62887

--
[...truncated 129.80 KB...]
  [jar] Building jar: 

  [jar] Building jar: 

  [jar] Building jar: 

  [jar] Building jar: 

  [jar] Building jar: 

  [jar] Building jar: 

  [jar] Building jar: 

  [jar] Building jar: 

  [jar] Building jar: 

  [jar] Building jar: 


package:

_check_3rdparty:

_message_3rdParty:

init-version:
 [echo] jmeter.version = 5.1-SNAPSHOT
 [echo] display.version = 5.1-SNAPSHOT r1849498
 [echo] implementation.version = 5.1-SNAPSHOT r1849498

compile-jorphan:

compile-core:

compile-components:

compile-functions:

compile-http:

compile-ftp:

compile-jdbc:

compile-java:

compile-ldap:

create-mail-dir:

compile-mail:

compile-tcp:

compile-protocols:

compile-junit:

compile-jms:

compile-native:

compile-mongodb:

compile:

compile-tests:
[javac] Compiling 196 source files to 

[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
  [groovyc] Compiling 22 source files to 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

  [groovyc] 

[GitHub] jmeter pull request #429: Fix 62887. Customized SampleLabel is ignored and o...

2018-12-21 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/429


---