Merge "Correction in created message."
[integration.git] / S3Ptools / locust_Grafana.sh
1 #!/bin/bash
2 #grafana install for the use of locust
3 # localgosh:80(grafana) & localhost:81
4 pip install docker==3.1.4
5 git clone https://github.com/kamon-io/docker-grafana-graphite.git
6 cd docker-grafana-graphite
7 make up
8