Network throughput

2025-07-25 02:30:59  Updated

This topic describes performance metrics related to the network throughput of a host.

receive

Definition

The amount of data received per second.

Description

Metric Metric field name Unit
receive net_recv Byte

Calculation expression

avg(rate(node_network_receive_bytes_total{@LABELS}[@INTERVAL])) by (@GBLABELS) / 1048576

send

Definition

The amount of data sent per second.

Description

Metric Metric field name Unit
send net_send Byte

Calculation expression

avg(rate(node_network_transmit_bytes_total{@LABELS}[@INTERVAL])) by (@GBLABELS) / 1048576

Contact Us