Updated Jakarta release notes for OOF-SON use case
[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 --no-cache-dir 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