Path to this page:
./
net/bmon,
Interface bandwidth monitor
Branch: CURRENT,
Version: 4.0,
Package name: bmon-4.0,
Maintainer: hsaliakBmon is an interface bandwidth monitor. It is able to generate and
draw three types of diagrams: The overview diagram which is a list of
all interfaces and their send/receive rates. A very MRTG like
graphical diagram in ASCII showing the rate over a specific time
period in a bar diagram. The details diagram which contains all
counters of an interface such as total bytes sent/received, errors,
compressed packets and so on.
Required to run:[
devel/confuse]
Master sites:
Filesize: 197.501 KB
Version history: (Expand)
- (2021-03-04) Updated to version: bmon-4.0
- (2017-11-23) Package has been reborn
- (2015-11-04) Updated to version: bmon-3.8
- (2015-08-18) Updated to version: bmon-2.0.1nb5
- (2015-08-18) Updated to version: bmon-2.0.1nb4
- (2013-08-10) Updated to version: bmon-2.0.1nb3
CVS history: (Expand)
2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958) |
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Not committed (merge conflicts...):
net/radsecproxy/distinfo
The following distfiles could not be fetched (fetched conditionally?):
./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
|
2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962) |
Log message:
net: Remove SHA1 hashes for distfiles
|
2021-03-04 11:42:09 by Nia Alarie | Files touched by this commit (3) |
Log message:
bmon: Update to 4.0
v4.0 - Dec 13, 2016
* Use monotonic clock instead of realtime clock
* Pick default selected interface based on policy
* Collect RX NoHandler statistics if available (Linux)
* CentOS installation instructions
* Proper stdout flush in ASCII mode
* Bugfixes
|
2017-07-03 13:53:11 by Sebastian Wiedenroth | Files touched by this commit (3) |
Log message:
fix build on SunOS
|
2017-01-04 02:49:41 by Roy Marples | Files touched by this commit (1) |
Log message:
Use the curses framework.
|
2015-12-25 21:08:38 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
NetBSD has no receive/send quotas, unbreak build. Fix format strings for
32bit vs 64bit differences between the BSDs.
|
2015-11-03 18:46:57 by Benny Siegert | Files touched by this commit (7) | |
Log message:
Major bmon update to 3.8.
The changelog only goes as far back as 3.1. Major changes are:
- Mac OS X port
- Provide minimal interface information on BSD
- Fixes for all defects identified by coverity
- Fix accuracy issue on total rate calculation
- Better example config file
- Only initialize curses module if actually used
- Bugfixes
Also saner build system and new source code location (github).
|
2015-09-08 13:57:51 by Jonathan Perkin | Files touched by this commit (31) |
Log message:
Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
|