From: ranpollak Date: Tue, 8 May 2018 11:57:42 +0000 (+0300) Subject: Adding script for integrate locust with grafana X-Git-Tag: sniroemulator-1.0.0~93^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6776b8cf6a6e3f0e3b407a33e48bfce6566c417e;p=integration.git Adding script for integrate locust with grafana Issue-ID: INT-300 Change-Id: I6e96549449426ab3533588d1d2bc450107201040 Signed-off-by: ranpollak --- diff --git a/S3Ptools/locust_Grafana.sh b/S3Ptools/locust_Grafana.sh new file mode 100644 index 000000000..5fa6fdcdd --- /dev/null +++ b/S3Ptools/locust_Grafana.sh @@ -0,0 +1,8 @@ +#!/bin/bash +#grafana install for the use of locust +# localgosh:80(grafana) & localhost:81 +pip install docker==3.1.4 +git clone https://github.com/kamon-io/docker-grafana-graphite.git +cd docker-grafana-graphite +make up +