Run Iftop Command Without Hostname

How to view network traffic without hostname using Iftop command in Linux?

Command: iftop -n

To view the network traffic without hostname, use the following command.
iftop -n
It will list only the network ips without host name details in both send and receive traffics.
iftop command without hostname


Related Topics