snippetbashTip
iftop — Show bandwidth usage on an interface by host. More information: <https://manned.org/iftop>.
Viewed 0 times
bandwidthusagecommandshowiftopinterfaceclihost
linux
Problem
How to use the
iftop command: Show bandwidth usage on an interface by host. More information: <https://manned.org/iftop>.Solution
iftop — Show bandwidth usage on an interface by host. More information: <https://manned.org/iftop>.Show the bandwidth usage:
sudo iftopShow the bandwidth usage of a given interface:
sudo iftop -i {{interface}}Show the bandwidth usage with port information:
sudo iftop -PDo not show bar graphs of traffic:
sudo iftop -bDo not look up hostnames:
sudo iftop -nDisplay help:
<?>Code Snippets
Show the bandwidth usage
sudo iftopShow the bandwidth usage of a given interface
sudo iftop -i {{interface}}Show the bandwidth usage with port information
sudo iftop -PDo not show bar graphs of traffic
sudo iftop -bDo not look up hostnames
sudo iftop -nContext
tldr-pages: linux/iftop
Revisions (0)
No revisions yet.