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
|
Source: bwm-ng
Section: net
Priority: optional
Maintainer: Samuel Henrique <samueloph@debian.org>
Build-Depends: debhelper-compat (= 13),
libncurses5-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://www.gropp.org/?id=projects&sub=bwm-ng
Vcs-Git: https://salsa.debian.org/debian/bwm-ng.git
Vcs-Browser: https://salsa.debian.org/debian/bwm-ng
Package: bwm-ng
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: small and simple console-based bandwidth monitor
Bandwidth Monitor NG is a small and simple console-based live bandwidth
monitor.
.
Short list of features:
* supports /proc/net/dev, netstat, getifaddr, sysctl, kstat and libstatgrab
* unlimited number of interfaces supported
* interfaces are added or removed dynamically from list
* white-/blacklist of interfaces
* output of KB/s, Kb/s, packets, errors, average, max and total sum
* output in curses, plain console, CSV or HTML
* configfile
|