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 | Megabytes |
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 | Megabytes |
Calculation expression
avg(rate(node_network_transmit_bytes_total{@LABELS}[@INTERVAL])) by (@GBLABELS) / 1048576