Skip to main content

Network interfaces

Plugin: proc.plugin Module: /proc/net/dev

Overview​

Monitor network interface metrics about bandwidth, state, errors and more.

This collector is supported on all platforms.

This collector supports collecting metrics from multiple instances of this integration, including remote instances.

Default Behavior​

Auto-Detection​

This integration doesn't support auto-detection.

Limits​

The default configuration for this integration does not impose any limits on data collection.

Performance Impact​

The default configuration for this integration is not expected to impose a significant performance impact on the system.

Metrics​

Metrics grouped by scope.

The scope defines the instance that the metric belongs to. An instance is uniquely identified by a set of labels.

Per Network interfaces instance​

This scope has no labels.

Metrics:

MetricDimensionsUnit
system.netreceived, sentkilobits/s

Per network device​

Labels:

LabelDescription
interface_typeTBD
deviceTBD

Metrics:

MetricDimensionsUnit
net.netreceived, sentkilobits/s
net.speedspeedkilobits/s
net.duplexfull, half, unknownstate
net.operstateup, down, notpresent, lowerlayerdown, testing, dormant, unknownstate
net.carrierup, downstate
net.mtumtuoctets
net.packetsreceived, sent, multicastpackets/s
net.errorsinbound, outbounderrors/s
net.dropsinbound, outbounddrops/s
net.fiforeceive, transmiterrors
net.compressedreceived, sentpackets/s
net.eventsframes, collisions, carrierevents/s

Alerts​

The following alerts are available:

Alert nameOn metricDescription
interface_speed net.netnetwork interface ${label:device} current speed
1m_received_traffic_overflow net.netaverage inbound utilization for the network interface ${label:device} over the last minute
1m_sent_traffic_overflow net.netaverage outbound utilization for the network interface ${label:device} over the last minute
inbound_packets_dropped_ratio net.dropsratio of inbound dropped packets for the network interface ${label:device} over the last 10 minutes
outbound_packets_dropped_ratio net.dropsratio of outbound dropped packets for the network interface ${label:device} over the last 10 minutes
wifi_inbound_packets_dropped_ratio net.dropsratio of inbound dropped packets for the network interface ${label:device} over the last 10 minutes
wifi_outbound_packets_dropped_ratio net.dropsratio of outbound dropped packets for the network interface ${label:device} over the last 10 minutes
1m_received_packets_rate net.packetsaverage number of packets received by the network interface ${label:device} over the last minute
10s_received_packets_storm net.packetsratio of average number of received packets for the network interface ${label:device} over the last 10 seconds, compared to the rate over the last minute
10min_fifo_errors net.fifonumber of FIFO errors for the network interface ${label:device} in the last 10 minutes

Setup​

Prerequisites​

No action required.

Configuration​

File​

There is no configuration file.

Options​

There are no configuration options.

Examples​

There are no configuration examples.


Do you have any feedback for this page? If so, you can open a new issue on our netdata/learn repository.