You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/advisor/advisor-cost-recommendations.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Advisor uses machine-learning algorithms to identify low utilization and to iden
27
27
Advisor identifies resources that haven't been used at all over the last 7 days and makes a recommendation to shut them down.
28
28
29
29
- Recommendation criteria include **CPU** and **Outbound Network utilization** metrics. **Memory** isn't considered since we've found that **CPU** and **Outbound Network utilization** are sufficient.
30
-
- The last 7 days of utilization data are analyzed
30
+
- The last 7 days of utilization data are analyzed. Note that you can change your lookback period in the configurations.
31
31
- Metrics are sampled every 30 seconds, aggregated to 1 min and then further aggregated to 30 mins (we take the max of average values while aggregating to 30 mins). On virtual machine scale sets, the metrics from individual virtual machines are aggregated using the average of the metrics across instances.
32
32
- A shutdown recommendation is created if:
33
33
- P95th of the maximum value of CPU utilization summed across all cores is less than 3%.
@@ -39,7 +39,7 @@ Advisor identifies resources that haven't been used at all over the last 7 days
39
39
Advisor recommends resizing virtual machines when it's possible to fit the current load on a more appropriate SKU, which is less expensive (based on retail rates). On virtual machine scale sets, Advisor recommends resizing when it's possible to fit the current load on a more appropriate cheaper SKU, or a lower number of instances of the same SKU.
40
40
41
41
- Recommendation criteria include **CPU**, **Memory** and **Outbound Network utilization**.
42
-
- The last 7 days of utilization data are analyzed
42
+
- The last 7 days of utilization data are analyzed. Note that you can change your lookback period in the configurations.
43
43
- Metrics are sampled every 30 seconds, aggregated to 1 minute and then further aggregated to 30 minutes (taking the max of average values while aggregating to 30 minutes). On virtual machine scale sets, the metrics from individual virtual machines are aggregated using the average of the metrics for instance count recommendations, and aggregated using the max of the metrics for SKU change recommendations.
44
44
- An appropriate SKU (for virtual machines) or instance count (for virtual machine scale set resources) is determined based on the following criteria:
45
45
- Performance of the workloads on the new SKU shouldn't be impacted.
@@ -66,7 +66,7 @@ A burstable SKU recommendation is made if:
66
66
- The average **CPU utilization** is less than a burstable SKUs' baseline performance
67
67
- If the P95 of CPU is less than two times the burstable SKUs' baseline performance
68
68
- If the current SKU doesn't have accelerated networking enabled, since burstable SKUs don't support accelerated networking yet
69
-
- If we determine that the Burstable SKU credits are sufficient to support the average CPU utilization over 7 days
69
+
- If we determine that the Burstable SKU credits are sufficient to support the average CPU utilization over 7 days. Note that you can change your lookback period in the configurations.
70
70
71
71
The resulting recommendation suggests that a user should resize their current virtual machine or virtual machine scale set to a burstable SKU with the same number of cores. This suggestion is made so a user can take advantage of lower cost and also the fact that the workload has low average utilization but high spikes in cases, which can be best served by the B-series SKU.
0 commit comments