Traffic monitoring

From Alpine Linux
Revision as of 05:27, 6 September 2023 by Zcrayfish (talk | contribs) (Remove references to ancient versions of Alpine. All of these packages are available on current versions.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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...