bestscarper / gatling-load-tests

Gatling load tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gatling-load-tests

(ash - test write) (ash - test write2)

Description

This project contains Gatling simulations used by the BBC Digital load-test team.

Getting Started

Clone the Gatling SBT plugin demo to begin running your own simulations.

Real-time metrics

gatling.conf

data {
  writers = "console, file, graphite"
}
graphite {
   host = "192.0.2.235" 
   port = 2003
   protocol = "tcp"
   rootPathPrefix = "gatling"
}

Grafana/InfluxDB

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

Gatling Jenkins

docker run -d -p 8080:8080 --name gatling-jenkins aidylewis/gatling-jenkins

About

Gatling load tests

License:Apache License 2.0


Languages

Language:Scala 84.7%Language:Shell 15.3%