summaryrefslogtreecommitdiffstats
path: root/rules/iftop.in
blob: 59eb2a0cf66ce337442fdd0f76d4e09553c57f44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## SECTION=networking

config IFTOP
	tristate
	prompt "iftop"
	select LIBPCAP
	select NCURSES
	help
	  iftop does for network usage what top(1) does for CPU usage. It
	  listens to network traffic on a named interface and displays a
	  table of current bandwidth usage by pairs of hosts.

	  http://www.ex-parrot.com/pdw/iftop/

# vim: ft=kconfig noet tw=72