-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathqdup.yaml
72 lines (68 loc) · 1.48 KB
/
qdup.yaml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
hosts:
sut: ${{SUT_SERVER}}
datasource: ${{DS_SERVER}}
driver: ${{LOAD_DRIVER_SERVER}}
roles:
datasource:
hosts:
- datasource
setup-scripts:
- infer-datastouce-hostnames
- prepare-superheroes
- start-jaeger
- start-otel
- start-heroes-db
- start-villains-db
- start-locations-db
- start-fights-db
- start-apicurio
- start-kafka
cleanup-scripts:
- cleanup-datasources
sut:
hosts:
- sut
setup-scripts:
- prepare-images # should be exposed by script files in /modes folder
- infer-datastouce-hostnames
- infer-services-hostnames
- start-heroes-rest
- start-villains-rest
- start-locations-grpc
- start-fights-rest
- start-fights-ui
cleanup-scripts:
- cleanup-superheroes
hf:
hosts:
- driver
setup-scripts:
- setup-hyperfoil
- install-hyperfoil-catalog
- upload-benchmark
run-scripts:
- run-benchmark
cleanup-scripts:
- cleanup-hyperfoil
profiler:
hosts:
- sut
setup-scripts:
- asprof-setup
run-scripts:
- run-pidstat
- run-vmstat
- run-mpstat
- run-pmap
- run-strace
- run-perfstat:
with:
PERFSTAT_SERVICE: FIGHTS
- run-asprof:
with:
APP_PID_STATE: HOST.FIGHTS_REST_PID
APP_SERVICE: FIGHTS
cleanup-scripts:
- export-metrics
- cleanup-profiling
states: