Skip to content

Instantly share code, notes, and snippets.

@hgomez
Last active December 17, 2015 01:09
Show Gist options
  • Select an option

  • Save hgomez/5525879 to your computer and use it in GitHub Desktop.

Select an option

Save hgomez/5525879 to your computer and use it in GitHub Desktop.
gatling 1.5.0, light mode
data {
writers = "console, file, graphite"
reader = file
console {
light = true
}
graphite {
light = true
host = "mygraphite.mycorp.org"
port = 2003
rootPathPrefix = "gatling"
bucketWidth = 100
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment