Skip to content

Commit

Permalink
CBPS-1030 plasma elixir test
Browse files Browse the repository at this point in the history
Change-Id: Ib1f348dde781d2eb660beb273f62b98692175ef5
Reviewed-on: https://review.couchbase.org/c/perfrunner/+/174582
Tested-by: Build Bot <[email protected]>
Reviewed-by: vikas chaudhary <[email protected]>
  • Loading branch information
vikas-getconnect committed Sep 6, 2022
1 parent 502dbc3 commit acd845f
Show file tree
Hide file tree
Showing 32 changed files with 2,837 additions and 19 deletions.
1 change: 1 addition & 0 deletions cbagent/collectors/secondary_debugstats.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class SecondaryDebugStatsIndex(SecondaryDebugStats):
"flush_queue_size",
"num_compactions",
"num_completed_requests",
"num_docs_indexed",
"num_rows_returned",
"num_rows_scanned_aggr",
"scan_cache_hit_aggr",
Expand Down
57 changes: 57 additions & 0 deletions cloud/infrastructure/ec2_4s_1c_c6g_4xlarge_gp3.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[infrastructure]
provider = aws
type = ec2
os_arch = arm

[clusters]
couchbase1 =
ec2.ec2_cluster_1.ec2_node_group_1.1:kv
ec2.ec2_cluster_1.ec2_node_group_1.2:kv
ec2.ec2_cluster_1.ec2_node_group_1.3:kv
ec2.ec2_cluster_1.ec2_node_group_1.4:index

[clients]
workers1 =
ec2.ec2_cluster_1.ec2_node_group_2.1

[utilities]
brokers1 = ec2.ec2_cluster_1.ec2_node_group_3.1

[ec2]
clusters = ec2_cluster_1

[ec2_cluster_1]
node_groups = ec2_node_group_1,ec2_node_group_2,ec2_node_group_3
storage_class = gp3

[ec2_node_group_1]
instance_type = c6gd.4xlarge
instance_capacity = 4
volume_size = 4000
volume_type = gp3
volume_throughput = 1000
iops = 16000

[ec2_node_group_2]
instance_type = c5.24xlarge
instance_capacity = 1
volume_size = 100

[ec2_node_group_3]
instance_type = c5.24xlarge
instance_capacity = 1
volume_size = 100

[storage]
data = /data

[credentials]
rest = Administrator:password
ssh = root:couchbase
aws_key_name = korry

[parameters]
OS = CentOS 7
CPU = c6gd.4xlarge (16 vCPU)
Memory = 32 GB
Disk = EBS 4TB (gp3)
57 changes: 57 additions & 0 deletions cloud/infrastructure/ec2_4s_1c_c6g_4xlarge_gp3_lvm.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
[infrastructure]
provider = aws
type = ec2
os_arch = arm

[clusters]
couchbase1 =
ec2.ec2_cluster_1.ec2_node_group_1.1:kv
ec2.ec2_cluster_1.ec2_node_group_1.2:kv
ec2.ec2_cluster_1.ec2_node_group_1.3:kv
ec2.ec2_cluster_1.ec2_node_group_1.4:index

[clients]
workers1 =
ec2.ec2_cluster_1.ec2_node_group_2.1

[utilities]
brokers1 = ec2.ec2_cluster_1.ec2_node_group_3.1

[ec2]
clusters = ec2_cluster_1

[ec2_cluster_1]
node_groups = ec2_node_group_1,ec2_node_group_2,ec2_node_group_3
storage_class = gp3

[ec2_node_group_1]
instance_type = c6gd.4xlarge
instance_capacity = 4
volume_size = 1000
volume_type = gp3
volume_throughput = 1000
iops = 12000

[ec2_node_group_2]
instance_type = c5.24xlarge
instance_capacity = 1
volume_size = 100

[ec2_node_group_3]
instance_type = c5.24xlarge
instance_capacity = 1
volume_size = 100

[storage]
data = /data

[credentials]
rest = Administrator:password
ssh = root:couchbase
aws_key_name = korry

[parameters]
OS = CentOS 7
CPU = c6gd.4xlarge (16 vCPU)
Memory = 32 GB
Disk = EBS 4TB (gp3)
56 changes: 56 additions & 0 deletions cloud/infrastructure/ec2_4s_1c_c6g_4xlarge_io2.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
[infrastructure]
provider = aws
type = ec2
os_arch = arm

[clusters]
couchbase1 =
ec2.ec2_cluster_1.ec2_node_group_1.1:kv
ec2.ec2_cluster_1.ec2_node_group_1.2:kv
ec2.ec2_cluster_1.ec2_node_group_1.3:kv
ec2.ec2_cluster_1.ec2_node_group_1.4:index

[clients]
workers1 =
ec2.ec2_cluster_1.ec2_node_group_2.1

[utilities]
brokers1 = ec2.ec2_cluster_1.ec2_node_group_3.1

[ec2]
clusters = ec2_cluster_1

[ec2_cluster_1]
node_groups = ec2_node_group_1,ec2_node_group_2,ec2_node_group_3
storage_class = gp2

[ec2_node_group_1]
instance_type = c6gd.4xlarge
instance_capacity = 4
volume_size = 4000
volume_type = io2
iops = 64000

[ec2_node_group_2]
instance_type = c5.24xlarge
instance_capacity = 1
volume_size = 100

[ec2_node_group_3]
instance_type = c5.24xlarge
instance_capacity = 1
volume_size = 100

[storage]
data = /data

[credentials]
rest = Administrator:password
ssh = root:couchbase
aws_key_name = korry

[parameters]
OS = CentOS 7
CPU = c6gd.4xlarge (16 vCPU)
Memory = 32 GB
Disk = EBS 4TB (io2)
Loading

0 comments on commit acd845f

Please sign in to comment.