NAME

flow-cat - concatenate flows


SYNOPSIS

flow-cat-b

 little|big
 ] [ -C
 comment
 ] [ -d
 debuglevel
 ] [ -o
 path
 ] [ -z
 compresslevel
 ] [ -h? ]


DESCRIPTION

Flow-cat concatenates flow files together. Regular cat won't work because the flow files have headers.


OPTIONS

-b little|big

Set output byte order.

-C comment

Add a comment to the file header for the output flows.

-d debuglevel

Set the level of debugging output.

-o path

Output file name (default is stdout).

When the -o option to flow-cat is used, the total flows field in the header is properly updated. This can't be done for stdout because it's not rewindable. This field is informational, and not used for anything important.

-z compresslevel

Compression level.

-h?

Help!


EXAMPLES

Quick summary of traffic for all flows saved on 08-06-96:

    flow-cat cf05.1996-08-06.* | ./flow-stat -f15

Rewrite a flow file with compression level 0 (no compression)

    flow-cat -z0 cf05.1996-08-06.000001 > output

Rewrite a flow file with compression level 9 (best compression)

    flow-cat -z9 cf05.1996-08-06.000001 > output


SEE ALSO

flow-capture(1), flow-cat(1), flow-connect(1), flow-dscan(1),flow-expire(1), flow-export(1), flow-fanout(1), flow-filter(1), flow-gen(1), flow-interfaces(1), flow-print(1), flow-profile(1), flow-receive(1), flow-search(1), flow-send(1), flow-sort(1), flow-stat(1),


BUGS

None known at this time.