@@ -8,7 +8,10 @@ weight: 1
88
99This chart shows each tool's CPU busy overhead percentage.
1010After each tool's starting, we measured each tool's idle for 5 minutes.
11- This chart was measured only after the start without deploying any pods.
11+ This chart was measured only after the start without deploying any pods.
12+
13+ 1 . start each local kubernetes tool
14+ 2 . measure its cpu usage with [ cstat] ( https://github.com/tstromberg/cstat )
1215
1316![ idleOnly] ( /images/benchmarks/cpuUsage/idleOnly/linux.png )
1417
@@ -19,15 +22,16 @@ https://cloud.google.com/compute/docs/instances/enable-nested-virtualization-vm-
1922
2023This chart shows each tool's CPU busy overhead percentage with auto-pause addon.
2124The auto-pause is mechanism which reduce CPU busy usage by pausing kube-apiserver.
22- This chart was measured with the following steps.
23- By these steps, we compare CPU usage with auto-pause vs. non-auto-pause.
25+ We compare CPU usage after deploying sample application(nginx deployment) to all tools(including minikube and other tools).
26+ This chart was measured with the following steps.
27+ By these steps, we compare CPU usage with auto-pause vs. non-auto-pause.
2428
2529 1 . start each local kubernetes tool
2630 2 . deploy sample application(nginx deployment) to each tool
2731 3 . wait 1 minute without anything
2832 4 . measure No.3 idle CPU usage with [ cstat] ( https://github.com/tstromberg/cstat )
2933 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)
34+ 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)
3135 7 . if tool is minikube, verify if minikube control plane is paused
3236 8 . if tool is minikube, wait 3 minute without anything
3337 9 . if tool is minikube, measure No.8 idle CPU usage with [ cstat] ( https://github.com/tstromberg/cstat )
0 commit comments