Load (computing): Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
There is no error in the paper, exp(-5/60)≈0.92 which is perfectly fine. load(t-1) is the major part of load(t) with EMA with characteristic time 60s and step 5s.
Tag: references removed
Line 113:
|date =
|accessdate = 2009-08-12
}}
}}<ref group="note">This paper's discussion is useful, but it contains at least one error, in equation 3 (Section 4.2, page 12): The equation should be <math>load(t) = n e^{-\frac 5{60}} + load(t-1) (1 - e^{-\frac 5{60}})</math> instead of <math>load(t) = load(t-1) e^{-\frac 5{60}} + n (1 - e^{-\frac 5{60}}).</math></ref>
* {{cite web
|title = Understanding Linux CPU Load{{Snd}} when should you be worried?
Line 135:
|publisher = LoadAvg
}}
 
== Notes ==
<references group="note"/>
 
==References==