How were the weightings in the linux load computation chosen?

前端 未结 2 408
长发绾君心
长发绾君心 2021-02-03 10:32

In Linux, the load average is said to be on 1min/5min/15min. The formula used by the kernel is actually an Exponential moving average.

If we define cpuload(1)

2条回答
  •  南方客
    南方客 (楼主)
    2021-02-03 11:01

    I'm guessing they wanted the mean lifetime of the contribution of a running process to be one minute.

提交回复
热议问题