2

How I can print the list of IP addresses from iftop output sorted by bandwidth usage?

Zumo de Vidrio
  • 1,703
  • 1
  • 13
  • 28
Riki
  • 23
  • 4

1 Answers1

0

From man page of iftop:

DISPLAY ORDER

    By default, the display is ordered according to the 10s average (2nd column).  By pressing 1, 2 or 3 it is possible to sort by the 1st, 2nd or 3rd column.  By pressing < or > the display will be sorted by source or destination hostname respectively.

Also you can see what every column shows:

sort: (2s|10s|40s|source|destination)

    Sets which column is used to sort the display.