From 5ad8e80a47ceaf37760e3dc1795f18c66d429bbc Mon Sep 17 00:00:00 2001 From: "Costa Tsaousis (ktsaou)" Date: Wed, 8 Feb 2017 22:27:55 +0200 Subject: [PATCH] additional information at the dashboard --- web/dashboard_info.js | 8 ++++---- web/index.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/dashboard_info.js b/web/dashboard_info.js index 24c260e8..173e95bb 100644 --- a/web/dashboard_info.js +++ b/web/dashboard_info.js @@ -38,13 +38,13 @@ netdataDashboard.menu = { 'ipv4': { title: 'IPv4 Networking', icon: '', - info: 'Performance metrics for the IPv4 stack of the system.' + info: 'Metrics for the IPv4 stack of the system. Internet Protocol version 4 (IPv4) is the fourth version of the Internet Protocol (IP). It is one of the core protocols of standards-based internetworking methods in the Internet. IPv4 is a connectionless protocol for use on packet-switched networks. It operates on a best effort delivery model, in that it does not guarantee delivery, nor does it assure proper sequencing or avoidance of duplicate delivery. These aspects, including data integrity, are addressed by an upper layer transport protocol, such as the Transmission Control Protocol (TCP).' }, 'ipv6': { title: 'IPv6 Networking', icon: '', - info: 'Performance metrics for the IPv6 stack of the system.' + info: 'Metrics for the IPv6 stack of the system. Internet Protocol version 6 (IPv6) is the most recent version of the Internet Protocol (IP), the communications protocol that provides an identification and location system for computers on networks and routes traffic across the Internet. IPv6 was developed by the Internet Engineering Task Force (IETF) to deal with the long-anticipated problem of IPv4 address exhaustion. IPv6 is intended to replace IPv4.' }, 'ipvs': { @@ -393,11 +393,11 @@ netdataDashboard.context = { }, 'system.ram': { - info: 'System memory usage.' + info: 'System Random Access Memory (i.e. physical memory) usage.' }, 'system.swap': { - info: 'System swap memory usage.' + info: 'System swap memory usage. Swap space is used when the amount of physical memory (RAM) is full. When the system needs more memory resources and the RAM is full, inactive pages in memory are moved to the swap space (usually a disk, a disk partition or a file).' }, // ------------------------------------------------------------------------ diff --git a/web/index.html b/web/index.html index c5e5ce92..72b39cbc 100644 --- a/web/index.html +++ b/web/index.html @@ -2755,7 +2755,7 @@ }); NETDATA.requiredJs.push({ - url: NETDATA.serverDefault + 'dashboard_info.js?v20170208-6', + url: NETDATA.serverDefault + 'dashboard_info.js?v20170208-8', async: false, isAlreadyLoaded: function() { return false; } }); @@ -3382,4 +3382,4 @@ - + -- 2.39.2