summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-05 04:06:08 +0200
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2016-11-05 04:06:08 +0200
commit4c999a26789fa650e1bb8cb8699f943d6c292644 (patch)
treeee3c733e8d337a2ed36be9a3164dd53bc9bd933a /web
parent48f2bc4e5e6c16967ac1fccb916210436816defe (diff)
increased the version of dashboard_info.js
Diffstat (limited to 'web')
-rw-r--r--web/dashboard_info.js2
-rw-r--r--web/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/web/dashboard_info.js b/web/dashboard_info.js
index 57ad3dad7e..a67b700ff1 100644
--- a/web/dashboard_info.js
+++ b/web/dashboard_info.js
@@ -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': {
diff --git a/web/index.html b/web/index.html
index 70bdbe0d51..fbdcef3dfa 100644
--- a/web/index.html
+++ b/web/index.html
@@ -2555,7 +2555,7 @@
});
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; }
});