flow-log2rrd(1) General Commands Manual flow-log2rrd(1)

2
3
4

NAME

6       flow-log2rrd  —  Process  the  STAT:  lines from flow-capture and flow-
7       fanout to RRD files.
8

SYNOPSIS

10       flow-log2rrd [-p rrd_path]
11

DESCRIPTION

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
18       indicating the number of times a write() failed with ENOBUFS.
19

OPTIONS

21       -p rrd_path
22                 Path to store files.
23

EXAMPLES

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

BUGS

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

AUTHOR

35       Mark Fullmer maf@splintered.net
36

SEE ALSO

38       flow-tools(1)
39
40
41
42                                                               flow-log2rrd(1)
Impressum