Traffic monitoring

From Alpine Linux

This is to show a few tools that can be used to monitor traffic on an Alpine Linux firewall, either to track down specific issues, to establish a traffic baseline, etc. This is not a comprehensive guide to each tool, since that can be found elsewhere on the internet.

iptraf-ng

Available from community repository (Alpine v3.10 and up). No switches are needed. Good tool for seeing statistical view of traffic, either layer 2 or 3.

iftop

Available from community repository (Alpine v3.10 and up). No switches needed. Graphical view of traffic by connection.

nload

Available from community repository (Alpine v3.10 and up). No switches needed, another graphical traffic viewer by connection.

More are available, but that is a start...