influxdb/cmd/influx_stress
Ben Johnson 5a0d1ab7c1 rename influxdb/influxdb to influxdata/influxdb
This commit changes all the import and URL references from:

    github.com/influxdb/influxdb

to:

    github.com/influxdata/influxdb
2016-02-10 10:26:18 -07:00
..
examples Add querying across cluster 2015-12-02 14:49:23 -08:00
README.md rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00
influx_stress.go rename influxdb/influxdb to influxdata/influxdb 2016-02-10 10:26:18 -07:00

README.md

influx_stress

Ways to run

influx_stress

This runs a basic stress test with the default config For more information on the configuration file please see the default. For additional questions please contact @mjdesa

influx_stress -config someConfig.toml

This runs the stress test with a valid configuration file located at someConfig.tom

Flags

If flags are defined they overwrite the config from any file passed in.

-addr string

IP address and port of database where response times will persist (e.g., localhost:8086)

default = "http://localhost:8086"

-config string

The relative path to the stress test configuration file.

default = config

-cpuprofile filename

Writes the result of Go's cpu profile to filename

default = no profiling

-database string

Name of database on -addr that influx_stress will persist write and query response times

default = "stress"

-tags value

A comma separated list of tags to add to write and query response times.

default = ""