找回密码
 注册

QQ登录

只需一步,快速开始

搜索
查看: 10568|回复: 10

用图形显示网络内各IP流量的软件:BandwidthD

[复制链接]
发表于 2004-12-31 12:16:47 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

×
QUOTE
BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. Charts are built by individual IPs, and display utilization over 2 day, 8 day, 40 day, and 400 day periods. Furthermore, each ip address's utilization can be logged out at intervals of 2.5 minutes, 10 minutes, 1 hour or 12 hours in cdf format. HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded. BandwidthD runs on most platforms. Required libraries are: libpcap, libgl and libpng. Your system must also support SYSV IPC (all modern unix implementations). Most of the info you're looking for is on the SourceForge project page. At SourceForge we keep all new releases, bugs and a forum. However, we do have an example of a live system posted here. We have copied the BandwidthD html directory from an isp and posted it here. Please take a moment to inspect it's output. The output is frozen in time. It represents a copy made on Jan 15, 2004. This should convey what BandwidthD currently produces.Output Legend:HTTP - Blue P2P - Purple TCP - Green UDP - Brown ICMP - RED VPN - Yellow
演示地址:http://bandwidthd.sourceforge.net/demo下载地址:http://bandwidthd.sourceforge.net/
routeros
发表于 2004-12-31 14:51:11 | 显示全部楼层
请问老大,能在IPCOP下使用吗?
routeros
回复

使用道具 举报

 楼主| 发表于 2004-12-31 15:08:15 | 显示全部楼层
绝对可以,安装Bandwidthd 需要以下的库:

QUOTE
Get and install libpcap from http://www.tcpdump.org/Get and install libpng from http://www.libpng.org/Get and install libgd from http://www.boutell.com/gd/Make sure your system supports System V IPC
ipcop中只有没有libgd,只要安装好,考上去就行了.
routeros
回复

使用道具 举报

发表于 2004-12-31 18:35:24 | 显示全部楼层
怎么安装 使用
routeros
回复

使用道具 举报

发表于 2005-1-1 17:09:31 | 显示全部楼层
QUOTE (wsgtrsys @ Dec 31 2004, 12:16 PM)


QUOTE
BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization. Charts are built by individual IPs, and display utilization over 2 day, 8 day, 40 day, and 400 day periods. Furthermore, each ip address's utilization can be logged out at intervals of 2.5 minutes, 10 minutes, 1 hour or 12 hours in cdf format. HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded. BandwidthD runs on most platforms. Required libraries are: libpcap, libgl and libpng. Your system must also support SYSV IPC (all modern unix implementations). Most of the info you're looking for is on the SourceForge project page. At SourceForge we keep all new releases, bugs and a forum. However, we do have an example of a live system posted here. We have copied the BandwidthD html directory from an isp and posted it here. Please take a moment to inspect it's output. The output is frozen in time. It represents a copy made on Jan 15, 2004. This should convey what BandwidthD currently produces.Output Legend:HTTP - Blue P2P - Purple TCP - Green UDP - Brown ICMP - RED VPN - Yellow
演示地址:http://bandwidthd.sourceforge.net/demo下载地址:http://bandwidthd.sourceforge.net/  
  BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization.BandwidthD 追踪使用在 TCP/IP 的网络下并且创建 HTML 的流量图。Charts are built by individual IPs, and display utilization over 2 day, 8 day, 40 day, and 400 day periods. 图表创建单个 IP 的流量,并且显示 2、8、40 和 400 天前的流量。Furthermore, each ip address's utilization can be logged out at intervals of 2.5 minutes, 10 minutes, 1 hour or 12 hours in cdf format. HTTP, TCP, UDP, ICMP, VPN, and P2P traffic are color coded. 此外,每个 IP 地址可以每隔 2.5分钟、10分钟、1小时、12小时输出 CDF 格式日志。HTTP、TCP、UDP、ICMP、VPN 和 P2P 流量图使用不同的颜色代码。BandwidthD runs on most platforms. BandwidthD 可以运行在大多数的平台下。Required libraries are: libpcap, libgl and libpng. 必须的库是: libpcap、libgl 和 libpng。Your system must also support SYSV IPC (all modern unix implementations). 你的系统必须支持 SYSV IPC (全部现代的 UNIX 可以执行)。Most of the info you're looking for is on the SourceForge project page.所有的信息你可以察看 SourceForge 的工程页面。At SourceForge we keep all new releases, bugs and a forum. 在 SourceForge 上我们保存了所有新的发行版本,BUG 和论坛。
routeros
回复

使用道具 举报

发表于 2005-1-1 17:30:23 | 显示全部楼层
# INSTALATION INSTRUCTIONS #Get and install libpcap from http://www.tcpdump.org/Get and install libpng from http://www.libpng.org/Get and install libgd from http://www.boutell.com/gd/Make sure your system supports System V IPCmake installedit /usr/local/bandwidthd/etc/bandwidthd.confIt's a list of the subnets to collect info on, and the device to listenon.Bandwidthd will install under /usr/local/bandwidthd.  It will create ahtdocs directory.  When you run bandwidthd, it creates its web tree inhtdocs in the current directory, so cd to /usr/local/bandwidthd and run itwith "./bandwidthd".  If you run it with "/usr/local/bandwidthd" it will notwork.以上是安装方法,有的系统没有编译环境,请自己在开发平台下把上面的库给编译,这个软件也需要编译,没有现成的安装版。
routeros
回复

使用道具 举报

发表于 2005-1-3 16:53:29 | 显示全部楼层
CL开发环境下 tcpdump 编译出错。。。  那个高手帮忙搞一下?
routeros
回复

使用道具 举报

发表于 2005-3-15 20:50:26 | 显示全部楼层
这个CL能用么?
routeros
回复

使用道具 举报

发表于 2005-4-20 08:18:03 | 显示全部楼层
有for windows版本和smoothwall 的http://switch.dl.sourceforge.net/sourcefor...ary-windows.ziphttp://community.smoothwall.org/forum/viewtopic.php?t=10602
routeros
回复

使用道具 举报

发表于 2005-4-22 16:03:27 | 显示全部楼层
在IPCOP里要怎么样设置吖`。老大可说清楚点么。 偶菜。看不懂。。`
routeros
回复

使用道具 举报

发表于 2005-5-19 21:06:39 | 显示全部楼层
ipcop 怎么安装想试试...........
routeros
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

QQ|Archiver|手机版|小黑屋|软路由 ( 渝ICP备15001194号-1|渝公网安备 50011602500124号 )

GMT+8, 2024-9-17 03:35 , Processed in 0.145676 second(s), 5 queries , Gzip On, Redis On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表