Tagged Questions
13
votes
1answer
1k views
Why isn't a straightforward 1/5/15 minute moving average used in Linux load calculation?
Until recently i thought the load average (as shown for example in top) was a moving average on the n last values of the number of process in state "runnable" or "running". And n would have been ...