1FLOW-LOG2RRD(1) FLOW-LOG2RRD(1)
2
3
4
6 flow-log2rrd - Process the STAT: lines from flow-capture andflow-fanout
7 to RRD files.
8
10 flow-log2rrd [ -p rrd_path ]
11
13 The flow-log2rrd utility processes the STAT lines generated by flow-
14 capture and flow-fanout and converts them into RRD files. RRD's are
15 stored as rrd_path/capture|fanout.hostname.srcip.dstip.port.rrd. The
16 Datastores are flows,pkts,lost representing flows, packets, and lost
17 flows respectively. Flow-fanout generates an additional DS nobufs indi‐
18 cating the number of times a write() failed with ENOBUFS.
19
21 -p rrd_path
22 Path to store files.
23
25 Convert flow-capture STAT lines in /var/log/netflow to RRD's in
26 /flows/rrd/.
27
28 cat /var/log/netflow | flow-rpt2rrd -p /flows/rrd
29
31 Expects STAT lines every 5 minutes. Hard coded to 7 days of 5 minute
32 averages and 365 days of 1 day averages.
33
35 Mark Fullmer <maf@splintered.net>
36
38 flow-tools(1)
39
40
41
42 26 Август 2010 FLOW-LOG2RRD(1)