Skip to content

Commit acd845f

Browse files
CBPS-1030 plasma elixir test
Change-Id: Ib1f348dde781d2eb660beb273f62b98692175ef5 Reviewed-on: https://review.couchbase.org/c/perfrunner/+/174582 Tested-by: Build Bot <[email protected]> Reviewed-by: vikas chaudhary <[email protected]>
1 parent 502dbc3 commit acd845f

File tree

32 files changed

+2837
-19
lines changed

32 files changed

+2837
-19
lines changed

cbagent/collectors/secondary_debugstats.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ class SecondaryDebugStatsIndex(SecondaryDebugStats):
9494
"flush_queue_size",
9595
"num_compactions",
9696
"num_completed_requests",
97+
"num_docs_indexed",
9798
"num_rows_returned",
9899
"num_rows_scanned_aggr",
99100
"scan_cache_hit_aggr",
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[infrastructure]
2+
provider = aws
3+
type = ec2
4+
os_arch = arm
5+
6+
[clusters]
7+
couchbase1 =
8+
ec2.ec2_cluster_1.ec2_node_group_1.1:kv
9+
ec2.ec2_cluster_1.ec2_node_group_1.2:kv
10+
ec2.ec2_cluster_1.ec2_node_group_1.3:kv
11+
ec2.ec2_cluster_1.ec2_node_group_1.4:index
12+
13+
[clients]
14+
workers1 =
15+
ec2.ec2_cluster_1.ec2_node_group_2.1
16+
17+
[utilities]
18+
brokers1 = ec2.ec2_cluster_1.ec2_node_group_3.1
19+
20+
[ec2]
21+
clusters = ec2_cluster_1
22+
23+
[ec2_cluster_1]
24+
node_groups = ec2_node_group_1,ec2_node_group_2,ec2_node_group_3
25+
storage_class = gp3
26+
27+
[ec2_node_group_1]
28+
instance_type = c6gd.4xlarge
29+
instance_capacity = 4
30+
volume_size = 4000
31+
volume_type = gp3
32+
volume_throughput = 1000
33+
iops = 16000
34+
35+
[ec2_node_group_2]
36+
instance_type = c5.24xlarge
37+
instance_capacity = 1
38+
volume_size = 100
39+
40+
[ec2_node_group_3]
41+
instance_type = c5.24xlarge
42+
instance_capacity = 1
43+
volume_size = 100
44+
45+
[storage]
46+
data = /data
47+
48+
[credentials]
49+
rest = Administrator:password
50+
ssh = root:couchbase
51+
aws_key_name = korry
52+
53+
[parameters]
54+
OS = CentOS 7
55+
CPU = c6gd.4xlarge (16 vCPU)
56+
Memory = 32 GB
57+
Disk = EBS 4TB (gp3)
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[infrastructure]
2+
provider = aws
3+
type = ec2
4+
os_arch = arm
5+
6+
[clusters]
7+
couchbase1 =
8+
ec2.ec2_cluster_1.ec2_node_group_1.1:kv
9+
ec2.ec2_cluster_1.ec2_node_group_1.2:kv
10+
ec2.ec2_cluster_1.ec2_node_group_1.3:kv
11+
ec2.ec2_cluster_1.ec2_node_group_1.4:index
12+
13+
[clients]
14+
workers1 =
15+
ec2.ec2_cluster_1.ec2_node_group_2.1
16+
17+
[utilities]
18+
brokers1 = ec2.ec2_cluster_1.ec2_node_group_3.1
19+
20+
[ec2]
21+
clusters = ec2_cluster_1
22+
23+
[ec2_cluster_1]
24+
node_groups = ec2_node_group_1,ec2_node_group_2,ec2_node_group_3
25+
storage_class = gp3
26+
27+
[ec2_node_group_1]
28+
instance_type = c6gd.4xlarge
29+
instance_capacity = 4
30+
volume_size = 1000
31+
volume_type = gp3
32+
volume_throughput = 1000
33+
iops = 12000
34+
35+
[ec2_node_group_2]
36+
instance_type = c5.24xlarge
37+
instance_capacity = 1
38+
volume_size = 100
39+
40+
[ec2_node_group_3]
41+
instance_type = c5.24xlarge
42+
instance_capacity = 1
43+
volume_size = 100
44+
45+
[storage]
46+
data = /data
47+
48+
[credentials]
49+
rest = Administrator:password
50+
ssh = root:couchbase
51+
aws_key_name = korry
52+
53+
[parameters]
54+
OS = CentOS 7
55+
CPU = c6gd.4xlarge (16 vCPU)
56+
Memory = 32 GB
57+
Disk = EBS 4TB (gp3)
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
[infrastructure]
2+
provider = aws
3+
type = ec2
4+
os_arch = arm
5+
6+
[clusters]
7+
couchbase1 =
8+
ec2.ec2_cluster_1.ec2_node_group_1.1:kv
9+
ec2.ec2_cluster_1.ec2_node_group_1.2:kv
10+
ec2.ec2_cluster_1.ec2_node_group_1.3:kv
11+
ec2.ec2_cluster_1.ec2_node_group_1.4:index
12+
13+
[clients]
14+
workers1 =
15+
ec2.ec2_cluster_1.ec2_node_group_2.1
16+
17+
[utilities]
18+
brokers1 = ec2.ec2_cluster_1.ec2_node_group_3.1
19+
20+
[ec2]
21+
clusters = ec2_cluster_1
22+
23+
[ec2_cluster_1]
24+
node_groups = ec2_node_group_1,ec2_node_group_2,ec2_node_group_3
25+
storage_class = gp2
26+
27+
[ec2_node_group_1]
28+
instance_type = c6gd.4xlarge
29+
instance_capacity = 4
30+
volume_size = 4000
31+
volume_type = io2
32+
iops = 64000
33+
34+
[ec2_node_group_2]
35+
instance_type = c5.24xlarge
36+
instance_capacity = 1
37+
volume_size = 100
38+
39+
[ec2_node_group_3]
40+
instance_type = c5.24xlarge
41+
instance_capacity = 1
42+
volume_size = 100
43+
44+
[storage]
45+
data = /data
46+
47+
[credentials]
48+
rest = Administrator:password
49+
ssh = root:couchbase
50+
aws_key_name = korry
51+
52+
[parameters]
53+
OS = CentOS 7
54+
CPU = c6gd.4xlarge (16 vCPU)
55+
Memory = 32 GB
56+
Disk = EBS 4TB (io2)

0 commit comments

Comments
 (0)