Skip to content

Releases: vanduc2514/jmeter-influxdb2-remote

Jmeter Influx v2.0.3-SNAPSHOT

05 Jan 03:30
Compare
Choose a tag to compare
Pre-release
  • Enable INFO logging when sending test metrics to Influx Database

InfluxDB Plugin 2.0

01 Dec 03:33
Compare
Choose a tag to compare
  • Completely Remove Backend Listener, the plugin now only works with remote testing
  • Enhance InfluxSampleSender with the ability to acquire master properties through RMI, and write User Metric to Influx
  • Extend plugin configuration to include performance optimization tunning properties
  • Extend plugin configuration to exclude Thread Group from sending result to Influx Database

Enhance Sample Result with Excluded Thread Groups

20 Nov 12:48
Compare
Choose a tag to compare
  • Add new property excluded.thread.groups for define the Thread Groups (comma seperated values) which should be ignore when sending Sample Result to InfluxDB
  • Default value for Excluded Thread Groups are setUp Thread Group and tearDown Thread Group

Enable Active Threads measure for Jmeter Server

15 Nov 07:27
Compare
Choose a tag to compare
  • Include activeThreads measure for virtual users metric
  • Fix minor typo and log string

Enhancement and Optimization

09 Nov 10:45
Compare
Choose a tag to compare
Pre-release
  • Completely Remove Backend Listener, the plugin now only works with remote testing
  • Enhance InfluxSampleSender with the ability to acquire master properties through RMI, and write User Metric to Influx
  • Extend plugin configuration to include performance optimization tunning properties
  • Optimze the performance of InfluxClient
  • Re-structure project

Performance Optimization

26 Oct 07:47
Compare
Choose a tag to compare
  • Increase batchSize to 2000 and flushInterval to 10000 for InfluxDB Client

Fix the critical NPE bug

29 Apr 08:32
Compare
Choose a tag to compare
  • Fix NPE in InfluxTestStateListener.java
  • Separate the logic when using in StandaloneMode

Full Changelog: v1.3...v1.3.1

Jmeter Influx v1.3

19 Sep 13:40
Compare
Choose a tag to compare

Add support for measure sub result

Jmeter Influx v1.2

12 Sep 15:27
Compare
Choose a tag to compare

Add support for sending test result when running in normal mode. Other bugfixes

Jmeter Influx v1.1

04 Sep 11:30
Compare
Choose a tag to compare

Fix a critical bug from the previous version which spawns multiple InfluxDB clients when running test plan.

Other improvements:

  • For every slave machine (server machine), only one InfluxDB client is created for ingesting data
  • Health check and authorization verification when connecting to Influx Database
  • Proper Log for info and error
  • Minimize package size to less than 10 MB
  • Add support for saving the error response to Influx Database