Skip to content

owncloud-devops/k6-benchmark-visualization

Repository files navigation

K6 benchmark visualization

Add dashboards

You have to add the dasboards json to this folder config/grafana/dashboards/load-testing in order to make it persistent. Else it may disappear soon.

Development

$ cp docker-compose.override.yml.dist docker-compose.override.yml
$ docker-compose up grafana

Deployment

  1. prepare a server + DNS entries
  2. clone this repo and cd into it
  3. copy configuration file cp .env.dist .env
  4. edit configuration files according your needs
  5. run docker-compose up -d