[AIAB-03] Create the optimization study
In this guide, your goal is to optimize Konakart performance such that:
throughput is maximized so that your e-commerce service can successfully support the high traffic peaks expected in the upcoming highly demanding season
as you need to take into account the customer experience, you want also to make sure that the response time always remains within the required service-level objective (SLO) of 100ms.
This business-level goal translates into the following configuration for your Akamas study:
goal: maximize
transactions_throughput
metricconstraint:
transactions_response_time
metric to stay under 100ms
You can simply take the following description of your study and copy it in a study-max-throughput-with-SLO.yaml
file:
and then run the following command to create your study:
Last updated