https://issues.apache.org/bugzilla/show_bug.cgi?id=57246

--- Comment #2 from Philippe Mouawad <[email protected]> ---
Created attachment 32221
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=32221&action=edit
Screenshot showing what I can get during load test (LIVE results)

To get this:
1/ I setup InfluxDB to enable Graphite Listener, in influxdb.conf find
input_plugins.graphite and set this:
  # Configure the graphite api
  [input_plugins.graphite]
  enabled = true
  address = "0.0.0.0" # If not set, is actually set to bind-address.
  port = 2003
  database = "jmeter"  # store graphite data in this database
  # udp_enabled = true # enable udp interface on the same port as the tcp
interface

2/ I connect on InfluxDB and create 2 databases:
- graphana : used by Graphana to store the Dashboard I will create in it
- jmeter : used by InfluxDB to store data sent to Graphite Listener as per  
database = "jmeter"  config element in influxdb.conf
3/ I have Graphana installed (just drop application in Apache) and configure in
graphana/config.js:
      datasources: {
        influxdb: {
          type: 'influxdb',
          url: "http://localhost:8086/db/jmeter";,
          username: 'root',
          password: 'root',
        },
        grafana: {
          type: 'influxdb',
          url: "http://localhost:8086/db/grafana";,
          username: 'root',
          password: 'root',
          grafanaDB: true
        },
      },

I will attach the plan I used.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to