Skip to content

Commit

Permalink
add aws benchmark profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rubvs committed Nov 17, 2024
1 parent c5c9aff commit 630e76d
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 0 deletions.
24 changes: 24 additions & 0 deletions testing/benchmark/system-profiles/16gb_v0.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
user_name = "USER"

ess_region = "us-west-2"
deployment_template = "gcp-cpu-optimized"
stack_version = "8.16.0"

# APM bench

worker_instance_type = "c6i.2xlarge"
worker_region = "us-west-2"

# Elastic Cloud

apm_server_size = "16g"
apm_server_zone_count = 1
apm_shards = 4

elasticsearch_size = "128g"
elasticsearch_zone_count = 2

# Standalone

standalone_apm_server_instance_size = "c6i.2xlarge"
standalone_moxy_instance_size = "c6i.4xlarge"
23 changes: 23 additions & 0 deletions testing/benchmark/system-profiles/1gb_v0.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
user_name = "USER"

ess_region = "us-west-2"
deployment_template = "gcp-cpu-optimized"
stack_version = "8.16.0"

# APM bench

worker_instance_type = "c6i.large"
worker_region = "us-west-2"

# Elastic Cloud

apm_server_size = "1g"
apm_server_zone_count = 1

elasticsearch_size = "16g"
elasticsearch_zone_count = 2

# Standalone

standalone_apm_server_instance_size = "c6i.large"
standalone_moxy_instance_size = "c6i.xlarge"
25 changes: 25 additions & 0 deletions testing/benchmark/system-profiles/32gb_v0.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
user_name = "USER"

ess_region = "us-west-2"
deployment_template = "gcp-cpu-optimized"
stack_version = "8.16.0"

# APM bench

worker_instance_type = "c6i.2xlarge"
worker_region = "us-west-2"

# Elastic Cloud

apm_server_size = "32g"
apm_server_zone_count = 1
apm_shards = 4

elasticsearch_size = "256g"
elasticsearch_zone_count = 2
elasticsearch_dedicated_masters = true

# Standalone

standalone_apm_server_instance_size = "c6i.4xlarge"
standalone_moxy_instance_size = "c6i.8xlarge"
23 changes: 23 additions & 0 deletions testing/benchmark/system-profiles/4gb_v0.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
user_name = "USER"

ess_region = "us-west-2"
deployment_template = "gcp-cpu-optimized"
stack_version = "8.16.0"

# APM bench

worker_instance_type = "c6i.large"
worker_region = "us-west-2"

# Elastic Cloud

apm_server_size = "4g"
apm_server_zone_count = 1

elasticsearch_size = "32g"
elasticsearch_zone_count = 2

# Standalone

standalone_apm_server_instance_size = "c6i.large"
standalone_moxy_instance_size = "c6i.xlarge"
23 changes: 23 additions & 0 deletions testing/benchmark/system-profiles/8gb_v0.tfvars
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
user_name = "USER"

ess_region = "us-west-2"
deployment_template = "gcp-cpu-optimized"
stack_version = "8.16.0"

# APM bench

worker_instance_type = "c6i.xlarge"
worker_region = "us-west-2"

# Elastic Cloud

apm_server_size = "8g"
apm_server_zone_count = 1

elasticsearch_size = "64g"
elasticsearch_zone_count = 2

# Standalone

standalone_apm_server_instance_size = "c6i.xlarge"
standalone_moxy_instance_size = "c6i.2xlarge"

0 comments on commit 630e76d

Please sign in to comment.