]> arthur.barton.de Git - netdata.git/commitdiff
more information on the dashboard
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 9 Apr 2016 11:35:46 +0000 (14:35 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 9 Apr 2016 11:35:46 +0000 (14:35 +0300)
web/index.html

index f1542eef5136af3ed7ef29ad921fcd1762f03122..d2bab8791ffd43524fe04a2acb5f0002f1a99433 100644 (file)
@@ -965,12 +965,12 @@ var menuData = {
 var submenuData = {
        'mem.ksm': {
                title: 'Memory Deduper',
-               info: 'Kernel Same-page Merging (KSM) is the kernel memory de-duper.'
+               info: 'Kernel Same-page Merging (KSM) performance monitoring, read from several files in <code>/sys/kernel/mm/ksm/</code>. KSM is a memory-saving de-duplication feature in the Linux kernel (since version 2.6.32). The KSM daemon ksmd periodically scans those areas of user memory which have been registered with it, looking for pages of identical content which can be replaced by a single write-protected page (which is automatically copied if a process later wants to update its content). KSM was originally developed for use with KVM (where it was known as Kernel Shared Memory), to fit more virtual machines into physical memory, by sharing the data common between them.  But it can be useful to any application which generates many instances of the same data.'
        },
 
        'netfilter.conntrack': {
                title: 'Connection Tracker',
-               info: 'Netfilter Connection Tracker operation monitoring, read from <code>/proc/net/stat/nf_conntrack</code>. The connection tracker keeps track of all connections of the machine, inbound and outbound. It works by keeping a database with all open connections, tracking network and address translation and connection expectations.'
+               info: 'Netfilter Connection Tracker performance monitoring, read from <code>/proc/net/stat/nf_conntrack</code>. The connection tracker keeps track of all connections of the machine, inbound and outbound. It works by keeping a database with all open connections, tracking network and address translation and connection expectations.'
        },
 
        'netfilter.nfacct': {
@@ -980,7 +980,7 @@ var submenuData = {
 
        'netfilter.synproxy': {
                title: 'Anti-DDoS Protection',
-               info: 'Anti-DDoS Protection information read from <code>/proc/net/stat/synproxy</code>. <a href="https://github.com/firehol/firehol/wiki/Working-with-SYNPROXY" target="_blank">SYNPROXY</a> is a TCP SYN packets proxy. It is used to protect any TCP server (like a web server) from SYN floods and similar DDoS attacks. It is a netfilter module, in the Linux kernel (since version 3.12). It is optimized to handle millions of packets per second utilizing all CPUs available without any concurrency locking between the connections. It can be used for any kind of TCP traffic (even encrypted), since it does not interfere with the content itself.'
+               info: 'Anti-DDoS Protection performance monitoring read from <code>/proc/net/stat/synproxy</code>. <a href="https://github.com/firehol/firehol/wiki/Working-with-SYNPROXY" target="_blank">SYNPROXY</a> is a TCP SYN packets proxy. It is used to protect any TCP server (like a web server) from SYN floods and similar DDoS attacks. It is a netfilter module, in the Linux kernel (since version 3.12). It is optimized to handle millions of packets per second utilizing all CPUs available without any concurrency locking between the connections. It can be used for any kind of TCP traffic (even encrypted), since it does not interfere with the content itself.'
        }
 };