You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by mybreeze77 <gi...@git.apache.org> on 2017/08/09 12:01:22 UTC

[GitHub] jmeter pull request #302: Support sending result to InfluxDB with UDP protoc...

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 <ju...@ele.me>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jmeter pull request #302: Support sending result to InfluxDB with UDP protoc...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jmeter issue #302: Support sending result to InfluxDB with UDP protocal

Posted by pmouawad <gi...@git.apache.org>.
Github user pmouawad commented on the issue:

    https://github.com/apache/jmeter/pull/302
  
    Thank you for your contribution, there are some issues I indicated, either fix them or I'll do when I have time ( not before 2 weeks) .
    I don't see the code that plugs this sender.
    Thankw


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] jmeter issue #302: Support sending result to InfluxDB with UDP protocal

Posted by mybreeze77 <gi...@git.apache.org>.
Github user mybreeze77 commented on the issue:

    https://github.com/apache/jmeter/pull/302
  
    @pmouawad Thanks for your reviewing. I provide the usage of this sender below and hope it help.
    <img width="1012" alt="2017-08-10 6 34 36" src="https://user-images.githubusercontent.com/3167111/29166850-aef87752-7dfa-11e7-9b48-51e6b56a506a.png">



---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---