(ash - test write) (ash - test write2)
This project contains Gatling simulations used by the BBC Digital load-test team.
Clone the Gatling SBT plugin demo to begin running your own simulations.
data {
writers = "console, file, graphite"
}
graphite {
host = "192.0.2.235"
port = 2003
protocol = "tcp"
rootPathPrefix = "gatling"
}
I would suggest running the Docker containers from CoreOS.
docker run -d -p 8081:8081 --name grafana aidylewis/grafana
docker run -d \
-p 8083:8083 -p 8084:8084 -p 8086:8086 -p 2003:2003 \
-e PRE_CREATE_DB="gatling;grafana" --name influxdb davey/influxdb:latest
docker run -d -p 8080:8080 --name gatling-jenkins aidylewis/gatling-jenkins