Releases: vanduc2514/jmeter-influxdb2-remote
Releases · vanduc2514/jmeter-influxdb2-remote
Jmeter Influx v2.0.3-SNAPSHOT
- Enable INFO logging when sending test metrics to Influx Database
InfluxDB Plugin 2.0
- 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
- 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
andtearDown Thread Group
Enable Active Threads measure for Jmeter Server
- Include
activeThreads
measure forvirtual users
metric - Fix minor typo and log string
Enhancement and Optimization
- 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
- Increase
batchSize
to 2000 andflushInterval
to 10000 for InfluxDB Client
Fix the critical NPE bug
- Fix NPE in InfluxTestStateListener.java
- Separate the logic when using in StandaloneMode
Full Changelog: v1.3...v1.3.1
Jmeter Influx v1.3
Add support for measure sub result
Jmeter Influx v1.2
Add support for sending test result when running in normal mode. Other bugfixes
Jmeter Influx v1.1
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