diff --git a/site/docs/tutorials/cloud-capacity-planning.mdx b/site/docs/tutorials/cloud-capacity-planning.mdx index 8f4a35206..df9cb5661 100644 --- a/site/docs/tutorials/cloud-capacity-planning.mdx +++ b/site/docs/tutorials/cloud-capacity-planning.mdx @@ -117,13 +117,13 @@ Based on this information, we could choose to purchase a new machine for every v Such a design will most certainly be able to handle the workload. At the same time, it is much more expensive and probably unnecessary. -In [Figure 2](#cpuModel-usage), the CPU Usage (in MHz) of the virtual machines in the workload is depicted over time. Observe that the +In [Figure 2](#cpu-usage), the CPU Usage (in MHz) of the virtual machines in the workload is depicted over time. Observe that the median CPU usage of the virtual machines over the whole trace is approximately 100 MHz. This means that a 2-core processor with a base clock 3500 MHz would have utilization of only 1.4% (`100 MHz / (3500 MHz x 2)`) for such a median workload. -
- CPU usage over time for the workload +
+ CPU usage over time for the workload
CPU Usage of the virtual machines in the workload over time.