File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
content/en/docs/benchmarks/cpuUsage/macOS
static/images/benchmarks/cpuUsage/autoPause Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,16 @@ This chart was measured with the following steps.
2323By these steps, we compare CPU usage with auto-pause vs. non-auto-pause.
2424
2525 1 . start each local kubernetes tool
26- 2 . deploy sample application(nginx deployment)
26+ 2 . deploy sample application(nginx deployment) to each tool
2727 3 . wait 1 minute without anything
2828 4 . measure No.3 idle CPU usage with [ cstat] ( https://github.com/tstromberg/cstat )
29- 5 . enable auto-pause addons(only if tool is minikube)
30- 6 . wait 3 minute without anything
31- 7 . measure No.6 idle CPU usage with [ cstat] ( https://github.com/tstromberg/cstat )
29+ 5 . if tool is minikube, enable auto-pause addon which pause control plane
30+ 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)
31+ 7 . if tool is minikube, verify if minikube control plane is paused
32+ 8 . if tool is minikube, wait 3 minute without anything
33+ 9 . if tool is minikube, measure No.8 idle CPU usage with [ cstat] ( https://github.com/tstromberg/cstat )
34+
35+ No.1-4: Initial start CPU usage with sample(nginx) deployment
36+ No.5-9: Auto Paused CPU usage with sample(nginx) deployment
3237
33- ![ autopause] ( /images/benchmarks/cpuUsage/autoPause/mac.png )
38+ ![ autopause] ( /images/benchmarks/cpuUsage/autoPause/mac.png )
You can’t perform that action at this time.
0 commit comments