Tag

run queue

1 views collected around this technical thread.

Efficient Ops
Efficient Ops
Feb 28, 2019 · Operations

What Is Linux loadavg? Understanding Run Queues and Kernel Calculation

This article explains the Linux load average metric, the run queue structure, why both running (R) and uninterruptible (D) processes are counted, and how the kernel uses an exponential weighted moving average to compute the 1‑, 5‑, and 15‑minute load values.

Kernellinuxload average
0 likes · 8 min read
What Is Linux loadavg? Understanding Run Queues and Kernel Calculation
NetEase Game Operations Platform
NetEase Game Operations Platform
Feb 22, 2019 · Operations

Understanding Linux Load Average: Run Queue, Calculation Method, and Interpretation

This article explains what Linux load average is, how the kernel’s run‑queue (including R and D state processes) is used to compute it via an exponential weighted moving average, and how to interpret the resulting metrics for system performance.

Kernelexponential weighted moving averagelinux
0 likes · 7 min read
Understanding Linux Load Average: Run Queue, Calculation Method, and Interpretation