diff --git a/site/content/en/docs/benchmarks/cpuUsage/macOS/_index.md b/site/content/en/docs/benchmarks/cpuUsage/macOS/_index.md index d1dbf0bb1e..9b468241b5 100644 --- a/site/content/en/docs/benchmarks/cpuUsage/macOS/_index.md +++ b/site/content/en/docs/benchmarks/cpuUsage/macOS/_index.md @@ -23,11 +23,16 @@ This chart was measured with the following steps. By these steps, we compare CPU usage with auto-pause vs. non-auto-pause. 1. start each local kubernetes tool - 2. deploy sample application(nginx deployment) + 2. deploy sample application(nginx deployment) to each tool 3. wait 1 minute without anything 4. measure No.3 idle CPU usage with [cstat](https://github.com/tstromberg/cstat) - 5. enable auto-pause addons(only if tool is minikube) - 6. wait 3 minute without anything - 7. measure No.6 idle CPU usage with [cstat](https://github.com/tstromberg/cstat) + 5. if tool is minikube, enable auto-pause addon which pause control plane + 6. if tool is minikube, wait 1 minute so that control plane will become Paused status(It takes 1 minute to become Pause status from Stopped status) + 7. if tool is minikube, verify if minikube control plane is paused + 8. if tool is minikube, wait 3 minute without anything + 9. if tool is minikube, measure No.8 idle CPU usage with [cstat](https://github.com/tstromberg/cstat) + +No.1-4: Initial start CPU usage with sample(nginx) deployment +No.5-9: Auto Paused CPU usage with sample(nginx) deployment -![autopause](/images/benchmarks/cpuUsage/autoPause/mac.png) \ No newline at end of file +![autopause](/images/benchmarks/cpuUsage/autoPause/mac.png) diff --git a/site/static/images/benchmarks/cpuUsage/autoPause/mac.png b/site/static/images/benchmarks/cpuUsage/autoPause/mac.png index d8e5020519..14b3a6a377 100644 Binary files a/site/static/images/benchmarks/cpuUsage/autoPause/mac.png and b/site/static/images/benchmarks/cpuUsage/autoPause/mac.png differ