View Network Traffic Without Bar Graph

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

Command: iftop -b

By default, iftop command will list the network traffic details with bar graph display as,
iftop bars display
If you want to remove bar graph display, use the following command,
iftop -b
iftop bars dispaly off


Related Topics