aboutsummaryrefslogtreecommitdiffstats
path: root/performanceTests/k8s/README.md
blob: 85251df26ae66ce2f8ff919a9e6052c83f7d68f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
DCAE VESCollector Performance Tests environment
===============================================

### Prerequisites
Copy performance tests environment to RKE node (**If you didn't do it before**)
```
See step: "1. Copy performance tests environment to RKE" in ves/performanceTests/README.md 
```
###Automatic Prometheus and Grafana configuration at the RKE
```
make all
```
### Step by step ruinning performance tests at the RKE

###1. Clear environment(delete configmaps and deployment for Prometheus and Grafana)
```
make clear
```
###2. Create configmaps for Prometheus and Grafana
```
make create-configmaps
```
###3. Deploy grafana
```
make deploy-grafana
```
###4. Deploy prometheus
```
make deploy-prometheus
```
###5. Deploy influxdb
```
make deploy-influxdb
```
###6. Display URL of the graphical user interface Prometheus and Grafana
```
make display-urls
```