flow-cat - concatenate flows
flow-cat [ -b little|big
] [ -C comment
] [ -d debuglevel
] [ -o path
] [ -z compresslevel
] [ -h? ]
Flow-cat concatenates flow files together. Regular cat won't work because the flow files have headers.
Set output byte order.
Add a comment to the file header for the output flows.
Set the level of debugging output.
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.
Compression level.
Help!
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
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),
None known at this time.