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
|
Source: bmon
Section: net
Priority: optional
Maintainer: Patrick Matthäi <pmatthaei@debian.org>
Build-Depends: debhelper-compat (= 13),
libconfuse-dev,
libnl-3-dev [linux-any],
libnl-route-3-dev [linux-any],
libncurses5-dev,
librrd-dev [linux-any kfreebsd-any],
pkg-config
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: http://www.infradead.org/~tgr/bmon/
Package: bmon
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: portable bandwidth monitor and rate estimator
bmon is a commandline bandwidth monitor which supports various output
methods including an interactive curses interface, lightweight HTML output but
also simple ASCII output.
.
Statistics may be distributed over a network using multicast or unicast and
collected at some point to generate a summary of statistics for a set of
nodes.
|