Skip to content

Instantly share code, notes, and snippets.

@desa
Created September 30, 2015 02:10
Show Gist options
  • Select an option

  • Save desa/fa44c20bbe61a3494a81 to your computer and use it in GitHub Desktop.

Select an option

Save desa/fa44c20bbe61a3494a81 to your computer and use it in GitHub Desktop.
channel_buffer_size = 100000
[write]
concurrency = 10
batch_size = 10000
batch_interval = "0s"
database = "stress"
precision = "n"
address = "localhost:8086"
reset_database = true
starting_point = 1 # how far back in time to go in weeks
[[series]]
point_count = 10000 # number of points that will be written for each of the series
measurement = "cpu"
series_count = 10000
[[series.tag]]
key = "host"
value = "server"
[[series.tag]]
key = "location"
value = "loc"
[[series.field]]
key = "value"
type = "float64"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment