diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-08 14:09:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-08 14:09:06 +0000 |
commit | 8f68052b397e2ccbc75e826d9bd6aeba0068e0a6 (patch) | |
tree | d010e4a99cfd57e9b142f587ef517a0875321732 | |
parent | ce4fcc0991df53a0953869ccc6406bc339dec50f (diff) | |
parent | 6776b8cf6a6e3f0e3b407a33e48bfce6566c417e (diff) |
Merge "Adding script for integrate locust with grafana"
-rw-r--r-- | S3Ptools/locust_Grafana.sh | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |