1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: iftop
Section: net
Priority: optional
Maintainer: Markus Koschany <apo@gambaru.de>
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
libncurses5-dev,
libpcap0.8-dev
Standards-Version: 3.9.5
Homepage: http://www.ex-parrot.com/~pdw/iftop/
Vcs-Git: git://anonscm.debian.org/collab-maint/iftop.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/iftop.git
Package: iftop
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Description: displays bandwidth usage information on an network interface
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. Handy for answering the question "Why is my Internet
link so slow?".
Package: iftop-dbg
Section: debug
Priority: extra
Architecture: any
Depends:
iftop (= ${binary:Version}),
${misc:Depends}
Description: displays bandwidth usage information on an network interface (debug)
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. Handy for answering the question "Why is my Internet
link so slow?".
.
This package contains the debugging symbols.
|