Disclaimer: This information is provided as-is for the benefit of the Community. Please contact Sophos Professional Services if you require assistance with your specific environment.
Table Of Contents
Overview
This article describes the steps to monitor Sophos Firewall traffic in real-time from the command line. For example, to identify what IP is using bandwidth.
Product and Environment
Sophos Firewall
Monitoring bandwidth usage between IPs in realtime
To monitor traffic usage in real-time, do as follows:
- Sign in to the firewall using SSH.
- Access the Advanced Shell (Option 5, option 3).
- Enter the command:
iftop -i IFNAME
(Where IFNAME is the name of the interface, usually the LAN interface) - The description for the tool output is as follows:
- To stop the tool, type Q to quit.
- To show the traffic separated by source and destination port, append -P to the above command:
iftop -i IFNAME -P
Added TAGs
[edited by: Raphael Alganes at 5:35 AM (GMT -7) on 18 Sep 2024]