diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-02-20 12:45:03 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-02-20 12:45:03 +0000 |
commit | 0bcfd8caaad3ee92e61e71e6e77166a99fa07f15 (patch) | |
tree | 121e9587429bfd1d2a4535f7d72aa88a34c3a648 /net-mgmt/Makefile | |
parent | 03e8023266a925177578149836fc7790c7dd071a (diff) |
- Add bwm-ng:
Bandwidth Monitor NG is a small and simple console-based live
bandwidth monitor for Linux, BSD, Solaris, Mac OS X and others.
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
WWW: http://www.gropp.org/
Notes
Notes:
svn path=/head/; revision=156486
Diffstat (limited to 'net-mgmt/Makefile')
-rw-r--r-- | net-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 3d3c99eae4bb..aa29a0e83ab9 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -27,6 +27,7 @@ SUBDIR += braa SUBDIR += bsd-airtools SUBDIR += bsnmpd + SUBDIR += bwm-ng SUBDIR += cdpd SUBDIR += cdpr SUBDIR += cfgstoragemk |