11 lines
359 B
Plaintext
11 lines
359 B
Plaintext
flow-capture -w /scripts/root/netflow/data/ -V 5 -N -3 -n 258 -E5G 0/0/44005 -R /scripts/root/netflow/rotate_program.pl
|
|
|
|
-n number of rotations per day (258 every 5 min, 95 every 15 min)
|
|
-N -3 directory layout
|
|
-E Expires 5G max file size
|
|
-V version
|
|
|
|
flow-cat ft-v05.2020-07-08.200000+0200 | flow-filter -e 10.99.0.224 | flow-print -f 5
|
|
killall flow-capture
|
|
|