summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-10-07 09:36:36 +0300
committerGitHub <noreply@github.com>2021-10-07 09:36:36 +0300
commit8fda25c80917fb5c1461d4dfe003dc55434e5f6e (patch)
tree867402e1282545daebccdeaf7579379394da89e2 /web
parent25039589e16a9c2909ab7d4cd6ff7d5575cefccb (diff)
add sys_class_infiniband charts info (#11628)
Diffstat (limited to 'web')
-rw-r--r--web/gui/dashboard_info.js32
1 files changed, 32 insertions, 0 deletions
diff --git a/web/gui/dashboard_info.js b/web/gui/dashboard_info.js
index 2600ef1453..145d0cb8dd 100644
--- a/web/gui/dashboard_info.js
+++ b/web/gui/dashboard_info.js
@@ -53,6 +53,15 @@ netdataDashboard.menu = {
'<p>Netdata retrieves this data reading the <code>/proc/net/dev</code> file and <code>/sys/class/net/</code> directory.</p>'
},
+ 'Infiniband': {
+ title: 'Infiniband ports',
+ icon: '<i class="fas fa-sitemap"></i>',
+ info: '<p>Performance and exception statistics for '+
+ '<a href="https://en.wikipedia.org/wiki/InfiniBand" target="_blank">Infiniband</a> ports. '+
+ 'The individual port and hardware counters can be found in the '+
+ '<a href="https://community.mellanox.com/s/article/understanding-mlx5-linux-counters-and-status-parameters" target="_blank">Mellanox knowledge base</a>.'
+ },
+
'wireless': {
title: 'Wireless Interfaces',
icon: '<i class="fas fa-wifi"></i>',
@@ -2679,6 +2688,29 @@ netdataDashboard.context = {
},
// ------------------------------------------------------------------------
+ // INFINIBAND
+
+ 'ib.bytes': {
+ info: 'The amount of traffic transferred by the port.'
+ },
+
+ 'ib.packets': {
+ info: 'The number of packets transferred by the port.'
+ },
+
+ 'ib.errors': {
+ info: 'The number of errors encountered by the port.'
+ },
+
+ 'ib.hwerrors': {
+ info: 'The number of hardware errors encountered by the port.'
+ },
+
+ 'ib.hwpackets': {
+ info: 'The number of hardware packets transferred by the port.'
+ },
+
+ // ------------------------------------------------------------------------
// NETFILTER
'netfilter.sockets': {