You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `node_netstat_Ip_InReceives` | *The number of IP packets received. |
1310
+
| `node_netstat_Ip_InAddrErrors` | *The umber of IP packets dropped upon receipt due to errors in the destination or source IP address.|
1311
+
| `node_netstat_Ip_InDelivers` | *The number of received IP packets that were successfully delivered to higher-level protocols (such as TCP or UDP).|
1312
+
| `node_netstat_Ip_InDiscards` | *The number of IP packets received but dropped, often due to errors.|
1313
+
| `node_netstat_Ip_InHdrErrors` | *The number of input IP packets discarded due to errors in their headers (bad checksums, version mismatch, or invalid length). |
1314
+
| `node_netstat_Ip_InUnknownProtos` | *The number of incoming IP packets received with an unknown or unsupported protocol. |
1315
+
| `node_netstat_Ip_ForwDatagrams` | *The number of IP packets forwarded. |
1316
+
| `node_netstat_Ip_ReasmOKs` | *The number of IP packets successfully reassembled after being fragmented.|
1317
+
| `node_netstat_Ip_ReasmFails` | *The number of IP packets that failed to reassemble.|
1318
+
| `node_netstat_Ip_ReasmReqds` | *The number of IP packets that required reassembly.|
1319
+
| `node_netstat_IpExt_InNoRoutes` | *The number of incoming IP packets discarded because no route could be found to the destination address. |
1320
+
| `node_netstat_IpExt_InOctets` | *The number of bytes received through IP, representing incoming network traffic. |
1321
+
| `node_netstat_IpExt_InMcastPkts` | *The number of IP multicast packets received.|
1322
+
| `node_netstat_IpExt_InMcastOctets` | *The number of IP multicast bytes received.|
1323
+
| `node_netstat_IpExt_InBcastPkts` | *The number of incoming IP broadcast packets received.|
1324
+
| `node_netstat_IpExt_InTruncatedPkts` | *The number of truncated packets received.|
1325
+
| `node_netstat_Ip_OutRequests` | *The number of packets sent.|
1326
+
| `node_netstat_Ip_OutDiscards` | *The number of outgoing IP packets that were discarded, even though no errors were detected to prevent their transmission.|
1327
+
| `node_netstat_Ip_OutNoRoutes` | *The number of IP packets dropped because a route could not be found. |
1328
+
| `node_netstat_Ip_FragOKs` | *The number of IP packets that have been successfully fragmented. |
1329
+
| `node_netstat_Ip_FragFails` | *The number of IP packets that have been discarded because they needed to be fragmented but could not be, or were otherwise failing fragmentation.|
1330
+
| `node_netstat_Ip_FragCreates` | *The number of IP packets that have been generated as a result of fragmentation.|
1331
+
| `node_netstat_IpExt_OutOctets` |*The number of bytes sent. |
1332
+
| `node_netstat_IpExt_OutMcastPkts` | *The number of IP multicast packets sent.|
1333
+
| `node_netstat_IpExt_OutMcastOctets` | *The number of IP multicast bytes sent. |
1334
+
| `node_netstat_IpExt_OutBcastPkts` | *The number of IP broadcast packets sent.|
1335
+
| `node_netstat_Icmp_InMsgs` | *The number of ICMP messages received.|
1336
+
| `node_netstat_Icmp_InErrors` | *The number of ICMP errors received.|
1337
+
| `node_netstat_Icmp_InDestUnreachs` | *The number of ICMP Destination Unreachable received. |
1338
+
| `node_netstat_Icmp_InTimeExcds` | *The number of ICMP Time Exceeded messages received.|
1339
+
| `node_netstat_Icmp_InEchos` | *The number of ICMP Echo Request messages (pings) received.|
1340
+
| `node_netstat_Icmp_InEchoReps` | *The number of ICMP Echo Reply messages received.|
1341
+
| `node_netstat_Icmp_OutMsgs` | *The number of ICMP messages sent.|
1342
+
| `node_netstat_Icmp_OutErrors` | *The number of ICMP errors sent.|
1343
+
| `node_netstat_Icmp_OutDestUnreachs` | *The number of outgoing ICMP Destination Unreachable packets sent.|
1344
+
| `node_netstat_Icmp_OutTimeExcds` | *The number of ICMP Time Exceeded messages sent.|
1345
+
| `node_netstat_Icmp_OutEchos` | *The number of ICMP Echo Request messages sent. |
1346
+
| `node_netstat_Icmp_OutEchoReps` | *The number of ICMP Echo Reply (ping reply) messages sent.|
1347
+
| `node_netstat_Tcp_InSegs` | *The number of TCP segments received.|
1348
+
| `node_netstat_Tcp_InErrs` | *The number of TCP segments received that contained errors.|
1349
+
| `node_netstat_Tcp_OutSegs` | *The number of TCP segments sent.|
1350
+
| `node_netstat_Tcp_RetransSegs` | *The number of TCP segments retransmitted.|
1351
+
| `node_netstat_Tcp_ActiveOpens` | *The number of TCP connections that have made a direct transition from the CLOSED state to the SYN-SENT state.|
1352
+
| `node_netstat_Tcp_PassiveOpens` | *The number of TCP connections with a SYN that moved directly from the LISTEN state to SYN-RCVD.|
1353
+
| `node_netstat_Tcp_AttemptFails` | *The number of times TCP connections have made a failed attempt to connect.|
1354
+
| `node_netstat_Tcp_EstabResets` | *The number of TCP connections that have directly transitioned from an ESTABLISHED state to a CLOSED state.|
1355
+
| `node_netstat_Tcp_CurrEstab` | *The number of TCP connections in the ESTABLISHED or CLOSE-WAIT state.|
1356
+
| `node_netstat_Tcp_OutRsts` | *The number of TCP resends.|
1357
+
| `node_netstat_TcpExt_ListenDrops` | *The number of TCP listne drops.|
1358
+
| `node_netstat_TcpExt_ListenOverflows` | *The number of TCP listen overflows.|
1359
+
| `node_netstat_TcpExt_TCPTimeouts` | *The number of TCP connections that timed out.|
1360
+
| `node_netstat_TcpExt_TCPSynRetrans` | *The number of TCP SYN retransmissions.|
1361
+
| `node_netstat_Udp_InDatagrams` | *The number of UDP packets received.|
1362
+
| `node_netstat_Udp_InErrors` | *The number of UDP errors opens.|
1363
+
| `node_netstat_Udp_NoPorts` | *The number of UDP no ports opens.|
1364
+
| `node_netstat_Udp_RcvbufErrors` | *The number of UDP receive buffer errors. |
1365
+
| `node_netstat_Udp_OutDatagrams` | *The number of UDP packets sent.|
1366
+
| `node_netstat_Udp_SndbufErrors` | *The number of UDP send buffer errors.|
1367
+
| `node_netstat_Ip6_InReceives` | *The number of IP packets received.|
1368
+
| `node_netstat_Ip6_InAddrErrors` | *The number of IPv6 packets dropped due to address errors.|
1369
+
| `node_netstat_Ip6_InDelivers` | *The number of incoming IPv6 packets delivered to upper-layer protocols.|
1370
+
| `node_netstat_Ip6_InDiscards` | *The number of incoming IPv6 packets discarded.|
1371
+
| `node_netstat_Ip6_InHdrErrors` | *The number of incoming IPv6 packets with hardware errors.|
1372
+
| `node_netstat_Ip6_InUnknownProtos` | *The number of incoming IPv6 packets with unknown protocols.|
1373
+
| `node_netstat_Ip6_InNoRoutes` | *The number of incoming IPv6 packets with no routes.|
1374
+
| `node_netstat_Ip6_InOctets` | *The number of bytes received through IPv6. |
1375
+
| `node_netstat_Ip6_InMcastPkts` | *The number of incoming IPv6 multicast packets|
1376
+
| `node_netstat_Ip6_InMcastOctets` | *The number of incoming multicast bytes received through IPv6.|
1377
+
| `node_netstat_Ip6_InTruncatedPkts` | *The number of incoming IPv6 truncated packets.|
1378
+
| `node_netstat_Ip6_OutRequests` | *The number of IPv6 packets sent.|
1379
+
| `node_netstat_Ip6_OutDiscards` | *The number of outgoing IPv6 packets intentionally dropped.|
1380
+
| `node_netstat_Ip6_OutNoRoutes` | *The number of IPv6 packets dropped because no route could be found to their destination.|
1381
+
| `node_netstat_Ip6_OutForwDatagrams` | *The number of IPv6 packets that the local node forwarded to other destinations.|
1382
+
| `node_netstat_Ip6_FragOKs` | *The number of IPv6 packets successfully fragmented.|
1383
+
| `node_netstat_Ip6_FragFails` | *The number of IPv6 packets that could not be fragmented due to size restrictions or errors.|
1384
+
| `node_netstat_Ip6_FragCreates` | *The number of IPv6 packets fragmented into multiple packets. |
1385
+
| `node_netstat_Ip6_OutOctets` | *The number of bytes sent in IPv6 packets.|
1386
+
| `node_netstat_Ip6_OutMcastPkts` | *The number of IPv6 multicast packets sent.|
1387
+
| `node_netstat_Ip6_OutMcastOctets` | *The number of octets (bytes) transmitted in IPv6 multicast packets. |
1388
+
| `node_netstat_Ip6_ReasmOKs` | *The number of IPv6 packets successfully reassembled.|
1389
+
| `node_netstat_Ip6_ReasmFails` | *The number of IPv6 packets that failed to reassemble successfully.|
1390
+
| `node_netstat_Ip6_ReasmReqds` | *The number of IPv6 fragments that need to be reassembled. |
1391
+
| `node_netstat_Icmp6_InMsgs` | *The number of ICMPv6 messages received. |
1392
+
| `node_netstat_Icmp6_InErrors` | *The number of ICMPv6 errors received.|
1393
+
| `node_netstat_Icmp6_InDestUnreachs` | *The number of ICMPv6 Destination Unreachable packets received. |
1394
+
| `node_netstat_Icmp6_InTimeExcds` | *The number of ICMPv6 "Time Exceeded" messages received.|
1395
+
| `node_netstat_Icmp6_InEchos` | *The number of ICMPv6 Echo Request messages (pings) received.|
1396
+
| `node_netstat_Icmp6_InEchoReplies` | *The number of ICMPv6 Echo Reply messages (pings) received.|
1397
+
| `node_netstat_Icmp6_OutMsgs` | *The number of ICMPv6 messages sent. |
1398
+
| `node_netstat_Icmp6_OutErrors` | *The number of ICMPv6 errors sent.|
1399
+
| `node_netstat_Icmp6_OutDestUnreachs` | *The number of ICMPv6 Destination Unreachable packets sent.|
1400
+
| `node_netstat_Icmp6_OutTimeExcds` | *The number of ICMPv6 "Time Exceeded" messages sent.|
1401
+
| `node_netstat_Icmp6_OutEchos` | *The number of ICMPv6 Echo Request messages (pings) sent.|
1402
+
| `node_netstat_Icmp6_OutEchoReplies` | *The number of ICMPv6 Echo Reply messages (pings) sent.|
1403
+
| `node_netstat_Udp6_InDatagrams` | *The number of UDP packets delivered to IPv6 users.|
1404
+
| `node_netstat_Udp6_InErrors` | *The number of received UDP6 datagrams that could not be delivered, often due to errors.|
1405
+
| `node_netstat_Udp6_NoPorts` | *The number of UDP6 no ports.|
1406
+
| `node_netstat_Udp6_RcvbufErrors` | *The number of times a UDP6 packet was dropped because the receive buffer (Rcvbuf) was full.|
1407
+
| `node_netstat_Udp6_OutDatagrams` | *The number of UDP datagrams sent through IPv6.|
1408
+
| `node_netstat_Udp6_SndbufErrors` | *The number of UDPv6 packets that could not be sent due to send buffer errors.|
1409
+
| `node_netstat_Icmp6_InNeighborAdvertisements` | *The number of ICMPv6 Neighbor Advertisement messages received.|
1410
+
| `node_netstat_Icmp6_InNeighborSolicits` | *The number of ICMPv6 Neighbor Solicitation messages received.|
1411
+
| `node_netstat_Icmp6_InRedirects` | *The number of ICMPv6 redirect messages received. |
1412
+
| `node_netstat_Icmp6_InRouterAdvertisements` | *The number of ICMPv6 Type 134 messages (Router Advertisements) received.|
1413
+
| `node_netstat_Icmp6_InRouterSolicits` | *The number of ICMPv6 Router Solicitation (RS) messages received.|
1414
+
| `node_netstat_Icmp6_OutNeighborAdvertisements` | *The number of ICMPv6 Neighbor Advertisement messages sent.|
1415
+
| `node_netstat_Icmp6_OutNeighborSolicits` | *The number of ICMPv6 Neighbor Solicitation messages sent.|
1416
+
| `node_netstat_Icmp6_OutRedirects` | *The number of ICMPv6 Redirect messages sent.|
1417
+
| `node_netstat_Icmp6_OutRouterAdvertisements` | *The number of IPv6 Router Advertisement (RA) messages sent.|
1418
+
| `node_netstat_Icmp6_OutRouterSolicits` | *The number of ICMPv6 Router Solicitation (Type 133) messages sent.|
1419
+
| `node_netstat_Icmp_InRedirects` | *The number of ICMP Redirect messages received.|
1420
+
| `node_netstat_Icmp_OutRedirects` | *The number of ICMP Out Redirects.|
1421
+
| `node_netstat_Ip6_InCEPkts` | *The number of received IPv6 packets with the Congestion Experienced (CE) codepoint set.|
1422
+
| `node_netstat_Ip6_InECT0Pkts` | *The number of received IPv6 packets with the ECN-Capable Transport (ECT) codepoint '0' set (ECT(0)).|
1423
+
| `node_netstat_Ip6_InECT1Pkts` | *The number of incoming IPv6 packets received with the ECN (Explicit Congestion Notification) Codepoint 1 (ECT1) set. |
1424
+
| `node_netstat_Ip6_InNoECTPkts` | *The number of incoming IPv6 packets received that do not have the ECN-Capable Transport (ECT) codepoint set.|
1425
+
| `node_netstat_IpExt_InCEPkts` | *The number of incoming IP packets received with the Congestion Experienced (CE) codepoint set.|
1426
+
| `node_netstat_IpExt_InECT0Pkts` | *The number of IP datagrams received with the ECN (Explicit Congestion Notification) codepoint "ECT(0)".|
1427
+
| `node_netstat_IpExt_InECT1Pkts` | *The number of IP packets received with ECN (Explicit Congestion Notification) capable transport, specifically ECT(1) codepoint.|
1428
+
| `node_netstat_IpExt_InNoECTPkts` | *The number of IP packets received with no ECN (Explicit Congestion Notification) capable transport.|
1447
1429
1448
1430
{{< expand "Example JSON data for nvswitch_control_plane_trap_rx_drop:" >}}
0 commit comments