Date: Thu, 6 Nov 2003 01:15:29 -0800 (PST) From: Kirill Ponomarew <krion@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net Makefile ports/net/bandwidthd Makefile distinfo pkg-descr pkg-plist ports/net/bandwidthd/files bandwidthd.sh patch-Makefile patch-bandwidthd.c patch-conf.tab.c patch-conf.y patch-graph.c Message-ID: <200311060915.hA69FTaj010885@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
krion 2003/11/06 01:15:29 PST
FreeBSD ports repository
Modified files:
net Makefile
Added files:
net/bandwidthd Makefile distinfo pkg-descr pkg-plist
net/bandwidthd/files bandwidthd.sh patch-Makefile
patch-bandwidthd.c patch-conf.tab.c
patch-conf.y patch-graph.c
Log:
bandwidthd tracks usage of TCP/IP network subnets and
builds HTML files with graphs to display network utilization.
Charts are built by individual IP. It color codes HTTP,
TCP, UDP, ICMP, VPN, and P2P traffic. Unlike MRTG, it tracks
each individual IP address, not the status of any particular
link.
PR: 58830
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Revision Changes Path
1.1124 +1 -0 ports/net/Makefile
1.1 +33 -0 ports/net/bandwidthd/Makefile (new)
1.1 +1 -0 ports/net/bandwidthd/distinfo (new)
1.1 +22 -0 ports/net/bandwidthd/files/bandwidthd.sh (new)
1.1 +40 -0 ports/net/bandwidthd/files/patch-Makefile (new)
1.1 +23 -0 ports/net/bandwidthd/files/patch-bandwidthd.c (new)
1.1 +19 -0 ports/net/bandwidthd/files/patch-conf.tab.c (new)
1.1 +14 -0 ports/net/bandwidthd/files/patch-conf.y (new)
1.1 +50 -0 ports/net/bandwidthd/files/patch-graph.c (new)
1.1 +6 -0 ports/net/bandwidthd/pkg-descr (new)
1.1 +9 -0 ports/net/bandwidthd/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311060915.hA69FTaj010885>
