|
| 1 | +:orphan: |
| 2 | + |
| 3 | +.. _aopt-glossary: |
| 4 | + |
| 5 | +.. include:: /private-preview/aopt/toc.rst |
| 6 | + :start-after: :orphan: |
| 7 | + |
| 8 | +********************************************************** |
| 9 | +Glossary |
| 10 | +********************************************************** |
| 11 | + |
| 12 | +.. _aopt-glossary-confidence-level: |
| 13 | + |
| 14 | +Confidence level |
| 15 | +========================================================== |
| 16 | + |
| 17 | +The ratio of how many days of information is available for a workload compared to how many days worth of information Application Optimization needs in order to analyze it (14 contiguous days). If your data spans 14 contiguous days, the confidence will be high. If your data spans fewer than 14 days or since the initial deployment, the confidence level will be lower. For example, if you've made a configuration change such as a change to CPU or memory limits, an addition of a container, and so on. Definition of confidence levels: |
| 18 | + |
| 19 | +* :guilabel:`High`: Greater than 90% of needed information is available. |
| 20 | + |
| 21 | +* :guilabel:`Medium`: 50-89% of needed information is available. |
| 22 | + |
| 23 | +* :guilabel:`Low`: Only 5-49% of needed information is available. |
| 24 | + |
| 25 | +* :guilabel:`Unknown`: Less than 5% of needed information is available. |
| 26 | + |
| 27 | + |
| 28 | +Application Optimization calculates an overall confidence level by taking the lowest confidence level across all containers, where each container's confidence level is an average of the separate confidence levels for CPU and memory. |
| 29 | + |
| 30 | + |
| 31 | +.. _aopt-glossary-efficiency: |
| 32 | + |
| 33 | +Efficiency |
| 34 | +========================================================== |
| 35 | + |
| 36 | +The balance between over-provisioning and under-provisioning to optimize resource utilization without compromising performance or stability. Highly efficient workloads use resources in a way that aligns closely with their actual consumption, reducing waste and maximizing your cluster's capacity to run other workloads. |
| 37 | + |
| 38 | +Application Optimization is a powerful tool for achieving and maintaining efficiency. It calculates efficiency as the average of the pod-wide usage of a resource's ``request`` setting, capped at 100%. Its calculation only includes metrics within the analysis window, which is the lesser of 14 days and the time since the last resource change (or the initial deployment). Note that rather than finding the utilization (usage over requests) of each container within a pod, all of the containers' usage and requests are added up first. The averages for each CPU and memory ``request`` setting are then weight-averaged based on the assumed resource cost weights. |
| 39 | + |
| 40 | +When values are unset for a particular resource, this tool assumes those ``request`` settings to be at usage (in other words, 100% efficient) to more accurately weigh multi-container rates. |
| 41 | + |
| 42 | +When the main container has an unset resource, this tool considers the efficiency rate to be nullified. |
| 43 | + |
| 44 | + |
| 45 | +.. _aopt-glossary-starvation-risk: |
| 46 | + |
| 47 | +Starvation risk |
| 48 | +========================================================== |
| 49 | + |
| 50 | +A workload's average risk of running out of CPU or memory: |
| 51 | + |
| 52 | +* :guilabel:`High`: Any container in which usage is greater than or equal to 95% of its ``limit`` settings. |
| 53 | + |
| 54 | +* :guilabel:`Medium`: At least one resource (CPU or memory) of one container is not defined OR (all ``request`` settings are defined AND actual usage of at least one resource of one container exceeds its ``request`` setting for any time slot). |
| 55 | + |
| 56 | +* :guilabel:`Low`: For either CPU or memory, the recommendation is greater than the baseline value. For example, the usage is greater than target utilization (0.85). |
| 57 | + |
| 58 | +* :guilabel:`Minimal`: None of the above conditions are detected. In other words, all containers have ``request`` settings for both CPU and memory, and neither of these resources has had usage exceeding its target utilization. |
| 59 | + |
| 60 | + |
0 commit comments