Add state map to duplex and operstate charts (#10752)
Vladimir Kobal committed
Mar 11, 2021 at 15:39 UTC
c2fa6448678d14c918c5b4b0e3a41d860ef539e2
1 file changed
+8
web/gui/dashboard_info.js
+8
@@ -1033,6 +1033,14 @@ netdataDashboard.context = {
1033
info: 'Packets that have been dropped at the network interface level. These are the same counters reported by <code>ifconfig</code> as <code>RX dropped</code> (inbound) and <code>TX dropped</code> (outbound). <b>inbound</b> packets can be dropped at the network interface level due to <a href="#menu_system_submenu_softnet_stat">softnet backlog</a> overflow, bad / unintented VLAN tags, unknown or unregistered protocols, IPv6 frames when the server is not configured for IPv6. Check <a href="https://www.novell.com/support/kb/doc.php?id=7007165" target="_blank">this document</a> for more information.'
1034
},
1035
1036
+ 'net.duplex': {
1037
+ info: 'State map: 0 - unknown, 1 - half duplex, 2 - full duplex'
1038
+ },
1039
+
1040
+ 'net.operstate': {
1041
+ info: 'State map: 0 - unknown, 1 = notpresent, 2 = down, 3 = lowerlayerdown, 4 = testing, 5 = dormant, 6 = up'
1042
+ },
1043
+
1044
// ------------------------------------------------------------------------
1045
// IP
1046