summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-10-06 09:04:19 +0300
committerGitHub <noreply@github.com>2021-10-06 09:04:19 +0300
commit9f2a7336ec05390e211fe2269d4669e0d5070e3d (patch)
treedd20e7c90db02320ddbe8713fee001f7070eb233 /web
parent2fd6c71ec43a58a6ecfd22186ebba350d03f2319 (diff)
add proc_net_wireless charts info (#11626)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js39
1 files changed, 39 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 61841398e2..6c9c2ac1aa 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -2618,6 +2618,45 @@ netdataDashboard.context = {
},
// ------------------------------------------------------------------------
+ // WIRELESS NETWORK INTERFACES
+
+ 'wireless.link_quality': {
+ info: 'Overall quality of the link. '+
+ 'May be based on the level of contention or interference, the bit or frame error rate, '+
+ 'how good the received signal is, some timing synchronisation, or other hardware metric.'
+ },
+
+ 'wireless.signal_level': {
+ info: 'Received signal strength '+
+ '(<a href="https://en.wikipedia.org/wiki/Received_signal_strength_indication" target="">RSSI</a>).'
+ },
+
+ 'wireless.noise_level': {
+ info: 'Background noise level (when no packet is transmitted).'
+ },
+
+ 'wireless.discarded_packets': {
+ info: '<p>The number of discarded packets.</p>'+
+ '</p><b>NWID</b> - received packets with a different NWID or ESSID. '+
+ 'Used to detect configuration problems or adjacent network existence (on the same frequency). '+
+ '<b>Crypt</b> - received packets that the hardware was unable to code/encode. '+
+ 'This can be used to detect invalid encryption settings. '+
+ '<b>Frag</b> - received packets for which the hardware was not able to properly re-assemble '+
+ 'the link layer fragments (most likely one was missing). '+
+ '<b>Retry</b> - packets that the hardware failed to deliver. '+
+ 'Most MAC protocols will retry the packet a number of times before giving up. '+
+ '<b>Misc</b> - other packets lost in relation with specific wireless operations.</p>'
+ },
+
+ 'wireless.missed_beacons': {
+ info: 'The number of periodic '+
+ '<a href="https://en.wikipedia.org/wiki/Beacon_frame" target="_blank">beacons</a> '+
+ 'from the Cell or the Access Point have been missed. '+
+ 'Beacons are sent at regular intervals to maintain the cell coordination, '+
+ 'failure to receive them usually indicates that the card is out of range.'
+ },
+
+ // ------------------------------------------------------------------------
// NETFILTER
'netfilter.sockets': {