diff options
Diffstat (limited to 'S3Ptools/locust_Grafana.sh')
-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 + |