bandwidthd
http://bandwidthd.sourcefo...
这个软件可以实现和 ntop 一样的功能,而且是跨平台的。
http://www.new-creative.co...
http://free.tnc.edu.tw/mod...
http://bbs.chinaunix.net/f...
http://prdownloads.sourcef...
另外还需要 WinPcap_3_1.exe
配置文件为如下:
####################################################
# Bandwidthd.conf
#
# Commented out options are here to provide
# documentation and represent defaults
[separator]
# Subnets to collect statistics on. Bandwidthd supports
# ip subnet mask and CIDR syntax.
#subnet 10.0.0.0 255.0.0.0
#subnet 192.168.0.0/16
#subnet 172.16.0.0/12
subnet 60.191.248.0/24
# Device to listen on. Run "List Device Names" for a list
# of the devices in your machine. Bandwidthd listens on
# the first device it finds by default.
# dev "\Device\NPF_{5A7E5A78-2AA6-41F0-8824-073AE4785848}"
dev "\Device\NPF_{B08D866C-B825-4899-B431-D6718720E328}"
###################################################
# Options that don't usually get changed
# An interval is 2.5 minutes, this is how many
# intervals to skip before doing a graphing run
#skip_intervals 0
# Graph cutoff is how many k must be transfered by an
# ip before we bother to graph it
#graph_cutoff 1024
#Put interface in promiscuous mode to score to traffic
#that may not be routing through the host machine.
promiscuous true
#Log data to cdf file htdocs/log.cdf
#output_cdf true
#Read back the cdf file on startup
#recover_cdf true
#Libpcap format filter string used to control what bandwidthd see's
#Please always include "ip" in the string to avoid strange problems
#filter "ip"
#Draw Graphs - This default to true to graph the traffic bandwidthd is recording
#Usually set this to false if you only want cdf output or
#you are using the database output option. Bandwidthd will use very little
#ram and cpu if this is set to false.
graph true
#Set META REFRESH seconds (default 150, use 0 to disable).
#meta_refresh 150



