]> arthur.barton.de Git - netdata.git/commitdiff
better description of load average and better link too
authorCosta Tsaousis <costa@tsaousis.gr>
Thu, 11 Aug 2016 17:47:13 +0000 (20:47 +0300)
committerCosta Tsaousis <costa@tsaousis.gr>
Thu, 11 Aug 2016 17:47:13 +0000 (20:47 +0300)
web/index.html

index 59629ae1cf4888d7dbab6a985810221200f85b6a..270e771a79bd5a19195d7f8af42c514f0f2ee329 100644 (file)
@@ -1570,7 +1570,7 @@ var chartData = {
        },
 
        'system.load': {
-               info: 'Current system load, a measurement of the work the system is performing. A completely idle computer has a load average of 0. Each process either using or waiting for system resources (e.g. CPU, disk) adds 1 to the load average. So, if your system has a load of 5, five processes are either using or waiting for system resources. Linux calculates this once every 5 seconds. Netdata reads it from <code>/proc/loadavg</code>. For more information see: <a href="http://www.howtogeek.com/194642/understanding-the-load-average-on-linux-and-other-unix-like-systems/" target="_blank">this article</a>',
+               info: 'Current system load, i.e. the number of processes using CPU or waiting for system resources (usually CPU and disk). The 3 metrics refer to 1, 5 and 15 minute averages. Linux calculates this once every 5 seconds. Netdata reads them from <code>/proc/loadavg</code>. For more information check <a href="https://en.wikipedia.org/wiki/Load_(computing)" target="_blank">this wikipedia article</a>',
                height: 0.7
        },