From 6776b8cf6a6e3f0e3b407a33e48bfce6566c417e Mon Sep 17 00:00:00 2001 From: ranpollak Date: Tue, 8 May 2018 14:57:42 +0300 Subject: Adding script for integrate locust with grafana Issue-ID: INT-300 Change-Id: I6e96549449426ab3533588d1d2bc450107201040 Signed-off-by: ranpollak --- S3Ptools/locust_Grafana.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 S3Ptools/locust_Grafana.sh 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 + -- cgit 1.2.3-korg