I need assistance with flow-rpt2rrd. I created a flow-report for
ip-source/destination-address/ip-source/destination-port. The report is
outputted to a file called flow-report. I need "pretty graphs" for
management, so I am trying to use flow-rpt2rrd. I do not know which
"keys" to use with the flow-rpt2rrd command. Is there a list of valid
keys for the flow-rpt2rrd? In the end, I want a graph of toptalkers with
their source/destination IP/Port. I should caution that I am new to
Linux. I am using the following command:
 
flow-cat /var/netflow/ft/ft-v05.2007-04-09.235000-0400 | flow-report
-s/usr/local/netflow/var/cfg/IP-Port.cfg -Stest | flow-rpt2rrd
-ktotals_* -p rrds

 
include-filter /usr/local/netflow/var/filters/IP-Port.cfg
 
stat-report t1
        type ip-source/destination-address/ip-source/destination-port
        scale 100
        output
                format ascii
                options +header,+xheader,+totals,+names,+percent-total
                tally 10
                path /var/www/html/playground/flow-report
 
stat-definition test
        filter tcp
        report t1

[EMAIL PROTECTED] filters]# cat IP-Port.cfg
filter-primitive TCP
        type ip-protocol
        permit TCP
#       permit UDP
        #permit ICMP
filter-definition TCP
        match ip-protocol TCP
        #match ip-protocol UDP
        #match ip-protocol ICMP
 
Dwann

 
Dwann A. Hall
Information Technology Services
Kennesaw State University
[EMAIL PROTECTED]
_______________________________________________
Flow-tools mailing list
[EMAIL PROTECTED]
http://mailman.splintered.net/mailman/listinfo/flow-tools

Reply via email to