Adding script for integrate locust with grafana 95/46595/1
authorranpollak <ran.pollak@amdocs.com>
Tue, 8 May 2018 11:57:42 +0000 (14:57 +0300)
committerranpollak <ran.pollak@amdocs.com>
Tue, 8 May 2018 12:17:14 +0000 (15:17 +0300)
Issue-ID: INT-300

Change-Id: I6e96549449426ab3533588d1d2bc450107201040
Signed-off-by: ranpollak <ran.pollak@amdocs.com>
S3Ptools/locust_Grafana.sh [new file with mode: 0644]

diff --git a/S3Ptools/locust_Grafana.sh b/S3Ptools/locust_Grafana.sh
new file mode 100644 (file)
index 0000000..5fa6fdc
--- /dev/null
@@ -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
+