]> arthur.barton.de Git - netdata.git/commitdiff
increased the version of dashboard_info.js
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 5 Nov 2016 02:06:08 +0000 (04:06 +0200)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 5 Nov 2016 02:06:08 +0000 (04:06 +0200)
web/dashboard_info.js
web/index.html

index 57ad3dad7e1b5a1a38413d28754f4de34f1e582e..a67b700ff153b29f1719cd8db82e616870ef869c 100644 (file)
@@ -395,7 +395,7 @@ netdataDashboard.context = {
     },
     
     'mem.pgfaults': {
-       info: '<a href="https://en.wikipedia.org/wiki/Page_fault" target="_blank">Page Faults</a>, read from <code>/proc/vmstat</code>. Some minor page faults are expected and considered normal, while a high amount of major page faults could be a sign you need to increase the amount of RAM.'
+       info: 'A <a href="https://en.wikipedia.org/wiki/Page_fault" target="_blank">page fault</a> is a type of interrupt, called trap, raised by computer hardware when a running program accesses a memory page that is mapped into the virtual address space, but not actually loaded into main memory. If the page is loaded in memory at the time the fault is generated, but is not marked in the memory management unit as being loaded in memory, then it is called a <b>minor</b> or soft page fault. A <b>major</b> page fault is generated when the system needs to load the memory page from disk or swap memory. These values are read from <code>/proc/vmstat</code>.'
     },
 
     'mem.committed': {
index 70bdbe0d516cd86d9dc1e0084ab2867edeed3d95..fbdcef3dfa97dffcfaa4f5dd409f0ab644e8c109 100644 (file)
         });
 
         NETDATA.requiredJs.push({
-            url: NETDATA.serverDefault + 'dashboard_info.js?v20161101-6',
+            url: NETDATA.serverDefault + 'dashboard_info.js?v20161105-1',
             async: false,
             isAlreadyLoaded: function() { return false; }
         });