netifstats
Netifstats is a software utility designed to collect and present statistics for network interfaces on a host. It gathers data from the operating system’s networking stack to provide visibility into traffic, utilization, and interface health, aiding administrators and developers in monitoring and debugging networks.
Typical metrics include packets transmitted and received, errors, drops, frame collisions, multicast and broadcast counts, and
Data collection methods vary by platform. On Linux, data may be retrieved via netlink, sysfs/procfs, or the
Netifstats is commonly used for real-time monitoring, capacity planning, and fault isolation. Design goals emphasize low
See also: ifconfig, ip, netstat, ethtool, iperf, SNMP, Prometheus, Nagios.