-
Notifications
You must be signed in to change notification settings - Fork 6
/
hosts.benchcluster
69 lines (55 loc) · 1.25 KB
/
hosts.benchcluster
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
[hyperfoil:children]
hyperfoil_controller
hyperfoil_agent
[hyperfoil_controller]
[hyperfoil_agent]
worker003
[hyperfoil:vars]
hyperfoil_jfr=false
[openshift]
localhost
[openshift:vars]
proxy_cpu=200m
backend_cpu=300m
backend_type=java
[compute]
[all:vars]
hyperfoil_deployer=k8s
hyperfoil_controller_protocol=https
hyperfoil_controller_host=hyperfoil.apps.test.perf-lab-myocp4.com
hyperfoil_controller_port=443
hyperfoil_validate_certs=false
test_rampup_duration=120
test_steady_duration=300
test_name=closedmodel
#test_name=shardedwrk
fork=all
http2="true"
# For open-model
test_users_per_sec=4500
test_inc_users_per_sec=1500
# For closed-model
#test_concurrent_users=12000
#test_shared_connections=5376
#test_shared_connections=60000
test_concurrent_users=6000
test_shared_connections=6000
pods_per_dc=1
num_dc=40
use_istio=true
#use_istio=false
record_envoy_stats=false
#namespace=plain-scale
#wildcard_domain=plain.apps.test.perf-lab-myocp4.com
namespace=mesh-scale
control_plane=mesh-control-plane
wildcard_domain=mesh.apps.test.perf-lab-myocp4.com
#namespace=istio-scale
#control_plane=istio-system
#wildcard_domain=istio.apps.test.perf-lab-myocp4.com
policy_version=new
target=gateways
#target=routers
#target=services
expected_routers=0
expected_gateways="1"