Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 579 Bytes

File metadata and controls

16 lines (11 loc) · 579 Bytes

iftop

display bandwidth usage on an interface by host


  • It listens to network traffic on a named interface, or on the first interface it can find which looks like an external interface if none is specified, and displays a table of current bandwidth usage by pairs of hosts.
  • It must be run with sufficient permissions to monitor all network traffic on the interface.
  • See man iftop for more.
    • Option -B : Display bandwidth rates in bytes/sec rather than bits/sec.
    • ……
  • Recommend to use dstat.

References

  • man iftop