GitHub user mybreeze77 opened a pull request:
https://github.com/apache/jmeter/pull/302
Support sending result to InfluxDB with UDP protocal
Currently we have HTTP support for InfluxDB backend listener. But sometimes
people may apply UDP one because it is much faster and in most cases people
don't care about a pot of packet loss.
This sender is similar with the http one and share the same backend
listener UI. In "influxdbUrl" section, let's type in "<udp address>:<port>".
For example, 1.2.3.4:9999
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mybreeze77/jmeter influxudp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/302.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #302
----
commit aa9c8953ab1d51e166cd1316f647a1dec46c66ab
Author: Junlong Wu <[email protected]>
Date: 2017-08-09T11:49:19Z
Support sending result to InfluxDB with UDP protocal
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---