shoreditch-ops/artillery-plugin-influxdb

Name: artillery-plugin-influxdb

Owner: Shoreditch Ops

Description: Plugin for Artillery.IO that records response data into InfluxDB.

Created: 2016-07-09 10:31:42.0

Updated: 2016-07-09 10:31:43.0

Pushed: 2016-07-08 19:55:47.0

Homepage: null

Size: 12

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

artillery-Plugin-influxdb

Plugin for Artillery.IO that records response data into InfluxDB.

To use:

  1. npm install -g artillery

  2. npm install artillery-Plugin-influxdb

  3. Add influxdb Plugin config to your “hello.json” Artillery script

    
    onfig": {
    "plugins": {
        "influxdb": {
            "test_name": "my_load_test_case",
            "influx": {
                "host": "my.influx.server.com",
                "username": "joe_developer",
                "password": "1t`sA$3cr3t",
                "database": "load_test_results"
            }
        }
    }
    
    
    
  4. artillery run hello.json

This will cause every latency to be published to the given InfluxDB instance.

For more information, see:

Enjoy!


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.