1FLOW-SPLIT(1) FLOW-SPLIT(1)
2
3
4
6 flow-split - Split flow files into smaller files.
7
9 flow-split [ -gGhn ] [ -b big|little ] [ -C comment ] [ -d
10 debug_level ] [ -N nflows ] [ -o outfile_basename ] [ -T nseconds ]
11 [ -z z_level ]
12
14 The flow-split utility will split a flow file into smaller files based
15 on the the number of flows or the ammount of time that has passed.
16
18 -b big|little
19 Byte order of output.
20
21 -C Comment
22 Add a comment.
23
24 -d debug_level
25 Enable debugging.
26
27 -g Split on source tag.
28
29 -G Split on destination tag.
30
31 -h Display help.
32
33 -n Use symbols for tag field in filename.
34
35 -N nflows
36 Split after processing nflows.
37
38 -o outfile_basename
39 The basename of the resulting files.
40
41 -T nsecond
42 Split after processing an interval of nseconds flows.
43
44 -z z_level
45 Configure compression level to z_level. 0 is disabled (no com‐
46 pression), 9 is highest compression.
47
49 Create 1 minute flow files from the flow archive in /flows/krc4. Store
50 the results in /flows/krc4.split
51
52 flow-cat /flows/krc4 | flow-split -T60 -o /flows/krc4.split/1min.
53
55 None known.
56
58 Mark Fullmer <maf@splintered.net>
59
61 flow-tools(1)
62
63
64
65 11 Февраль 2009 FLOW-SPLIT(1)