Search code examples
jmetergrafanainfluxdbhttpservice

Influxdb - Difference between bind adress in [graphite] and [http] of config file


I need to understand what is the difference between Graphite bind address 2003 and http service bind address 8086.

I'm implementing jmeter--influxdb --grafana for real time result.In Graphite im enabling bind address 2003 and in the jmeter backend listener im using 8086 as the port.

Im not able to use influx CLI.

Im able to post the result to influxdb.

When i do above process along with-- enable [http] and enable bind address 8086.Im able to access Influx CLI and also im able to post the results to influxdb using the port 8086.No where in jmeter im mentioning 2003 which im enabling at [graphite].

Even in grfana im using http://localhost:8086 and not 2003.

I would like to know ,what actual bind address mean ? How these two bind address make difference ? Though in the first case i dont enable http service i'm using 8086 as the port in jmeter backend listener.How it works ?


Solution

  • Graphite is a special protocol which provides simple way of sending and plotting data.

    In JMeter you have choice of:

    The actual choice is up to you.