Packet forwarding

2024-03-22 09:34:35  Updated

This topic describes monitoring metrics related to packet forwarding on a host.

net_receive_drop_count

Definition

The number of packets lost on the server.

Description

Metric Metric name Unit
net_receive_drop_count net_receive_drop_count N/A

Calculation expression

sum(rate(node_network_receive_drop_total{@LABELS}[@INTERVAL])) by (@GBLABELS)

net_traffic_err_count

Definition

The number of errors in forwarding packets to and from the server.

Description

Metric Metric name Unit
net_traffic_err_count net_traffic_err_count N/A

Calculation expression

sum(delta(node_network_receive_errs_total{@LABELS}[@INTERVAL])) by (@GBLABELS) + sum(delta(node_network_transmit_errs_total{@LABELS}[@INTERVAL])) by (@GBLABELS)

Contact Us