컴퓨터/Unix/Linux

네트워크 트래픽 모니터링 툴

Subi Lee 2011. 7. 28.
반응형

ipband

-A -c /ipband.conf

 ####################################********************
#
#   ipband sample configuration file v.0.8.1
#   Uncomment and modify options as needed
#
########################################################

#   Debug level. 
#debug 0

#   Interface to listen on.
interface eth0

#   Use promiscuous mode on the network interface? Default is yes.
promisc yes
#
#   Running in background? Default is no.
fork yes

#   Pcap filter (see man tcpdump).
#filter net 10.10.0.0/16

#   Report file.
outfile /tmp/ipband.txt

#   HTML report file
htmlfile /tmp/ipband.html

#   HTML title
htmltitle Soul Guardians Traffic list

#   Default bandwidth in kBytes/sec.
bandwidth 7

#   Averaging period in seconds.
average 60

#   Reporting period.
report 3600

#   Limit report to a number of top per-host connections (by byte count).
#   Zero for all conections.
top 30

#   Include accumulated threshold exceeded time in the report?
#   This option works only with preloaded subnets ("subnet" directive).
accumulate yes

반응형

댓글