diff --git a/testing/benchmark/system-profiles/16gb_v0.tfvars b/testing/benchmark/system-profiles/16gb_v0.tfvars new file mode 100644 index 0000000000..fb10e55e18 --- /dev/null +++ b/testing/benchmark/system-profiles/16gb_v0.tfvars @@ -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" diff --git a/testing/benchmark/system-profiles/1gb_v0.tfvars b/testing/benchmark/system-profiles/1gb_v0.tfvars new file mode 100644 index 0000000000..1edcdce5b3 --- /dev/null +++ b/testing/benchmark/system-profiles/1gb_v0.tfvars @@ -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" diff --git a/testing/benchmark/system-profiles/32gb_v0.tfvars b/testing/benchmark/system-profiles/32gb_v0.tfvars new file mode 100644 index 0000000000..ead686b36a --- /dev/null +++ b/testing/benchmark/system-profiles/32gb_v0.tfvars @@ -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" diff --git a/testing/benchmark/system-profiles/4gb_v0.tfvars b/testing/benchmark/system-profiles/4gb_v0.tfvars new file mode 100644 index 0000000000..a0220ecc04 --- /dev/null +++ b/testing/benchmark/system-profiles/4gb_v0.tfvars @@ -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" diff --git a/testing/benchmark/system-profiles/8gb_v0.tfvars b/testing/benchmark/system-profiles/8gb_v0.tfvars new file mode 100644 index 0000000000..292ef5f358 --- /dev/null +++ b/testing/benchmark/system-profiles/8gb_v0.tfvars @@ -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"