Hi, i would like to know if there is a metric to measure the cpu throttling of containers in google cloud metrics/dahsboard.
I've found the metric "container/cpu/limit_utilization" that doesn't match with throttling, that i measure with Dynatrace. What does this metric measure?
Tks
Hi Akira76,
Just login to the pod and run cat /sys/fs/cgroup/cpu/cpu.stat
.
nr_periods
— Total schedule periodnr_throttled
— Total throttled period out of nr_periodsthrottled_time
— Total throttled time in nsYou can check this documentation for reference.
Thanks a lot for your reply and for the documentation.
What about the metric "container/cpu/limit_utilization" of GKE? , what does this metric measure?
Tks