Skip to main content

getifaddrs

Plugin: freebsd.plugin Module: getifaddrs

Overview

Collect traffic per network interface.

The plugin calls getifaddrs function to collect necessary data.

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 getifaddrs instance

General overview about network traffic.

This scope has no labels.

Metrics:

MetricDimensionsUnit
system.netreceived, sentkilobits/s
system.packetsreceived, sent, multicast_received, multicast_sentpackets/s
system.ipv4received, sentkilobits/s
system.ipv6received, sentkilobits/s

Per network device

This scope has no labels.

Metrics:

MetricDimensionsUnit
net.netreceived, sentkilobits/s
net.packetsreceived, sent, multicast_received, multicast_sentpackets/s
net.errorsinbound, outbounderrors/s
net.dropsinbound, outbounddrops/s
net.eventscollisionsevents/s

Alerts

The following alerts are available:

Alert nameOn metricDescription
interface_speed net.netnetwork interface ${label:device} current speed
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
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
interface_inbound_errors net.errorsnumber of inbound errors for the network interface ${label:device} in the last 10 minutes
interface_outbound_errors net.errorsnumber of outbound errors for the network interface ${label:device} in the last 10 minutes

Setup

Prerequisites

No action required.

Configuration

File

The configuration file name for this integration is netdata.conf. Configuration for this specific integration is located in the [plugin:freebsd:getifaddrs] section within that file.

The file format is a modified INI syntax. The general structure is:

[section1]
option1 = some value
option2 = some other value

[section2]
option3 = some third value

You can edit the configuration file using the edit-config script from the Netdata config directory.

cd /etc/netdata 2>/dev/null || cd /opt/netdata/etc/netdata
sudo ./edit-config netdata.conf

Options

Config options
NameDescriptionDefaultRequired
enable new interfaces detected at runtimeEnable or disable possibility to discover new interface after plugin starts.autono
total bandwidth for physical interfacesEnable or disable total bandwidth for physical interfaces metric.autono
total packets for physical interfacesEnable or disable total packets for physical interfaces metric.autono
total bandwidth for ipv4 interfaceEnable or disable total bandwidth for IPv4 interface metric.autono
total bandwidth for ipv6 interfacesEnable or disable total bandwidth for ipv6 interfaces metric.autono
bandwidth for all interfacesEnable or disable bandwidth for all interfaces metric.autono
packets for all interfacesEnable or disable packets for all interfaces metric.autono
errors for all interfacesEnable or disable errors for all interfaces metric.autono
drops for all interfacesEnable or disable drops for all interfaces metric.autono
collisions for all interfaceEnable or disable collisions for all interface metric.autono
disable by default interfaces matchingDo not display data for intterfaces listed.lo*no
set physical interfaces for system.netDo not show network traffic for listed interfaces.igb ix cxl em ixl ixlv bge ixgbe vtnet vmx re igc dwc*no

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.