Tag

CPU throttling

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Jun 19, 2023 · Cloud Native

How Do Kubernetes Resource Limits Really Work? A Deep Dive into CPU Throttling

This article explains how Kubernetes resource limits function, how to interpret CPU limits as time slices, the Linux accounting system behind them, relevant Prometheus metrics for detecting throttling, practical examples with multithreaded containers, and guidance on setting alerts and avoiding performance pitfalls.

CPU throttlingLinux accountingPrometheus
0 likes · 12 min read
How Do Kubernetes Resource Limits Really Work? A Deep Dive into CPU Throttling
Cloud Native Technology Community
Cloud Native Technology Community
Aug 2, 2022 · Cloud Native

Avoiding CPU Throttling in a Containerized Environment with Cgroups and Cpusets

The article explains how Uber replaced CPU quota enforcement with cpusets (CPU pinning) for stateful workloads, reducing P99 latency, improving performance consistency, and saving about 11% of cores across the cluster by eliminating throttling.

CPU throttlingCgroupsContainer Orchestration
0 likes · 17 min read
Avoiding CPU Throttling in a Containerized Environment with Cgroups and Cpusets